Describe Page
ssmcontacts_describe_page | R Documentation |
Lists details of the engagement to a contact channel¶
Description¶
Lists details of the engagement to a contact channel.
Usage¶
Arguments¶
PageId
[required] The ID of the engagement to a contact channel.
Value¶
A list with the following syntax:
list(
PageArn = "string",
EngagementArn = "string",
ContactArn = "string",
Sender = "string",
Subject = "string",
Content = "string",
PublicSubject = "string",
PublicContent = "string",
IncidentId = "string",
SentTime = as.POSIXct(
"2015-01-01"
),
ReadTime = as.POSIXct(
"2015-01-01"
),
DeliveryTime = as.POSIXct(
"2015-01-01"
)
)