Module: Aws::SSMContacts::Client::_DescribePageResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribePageResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_arn ⇒ ::String
- #content ⇒ ::String
- #delivery_time ⇒ ::Time
- #engagement_arn ⇒ ::String
- #incident_id ⇒ ::String
- #page_arn ⇒ ::String
- #public_content ⇒ ::String
- #public_subject ⇒ ::String
- #read_time ⇒ ::Time
- #sender ⇒ ::String
- #sent_time ⇒ ::Time
- #subject ⇒ ::String
Instance Method Details
#contact_arn ⇒ ::String
247 |
# File 'sig/client.rbs', line 247
def contact_arn: () -> ::String
|
#content ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def content: () -> ::String
|
#delivery_time ⇒ ::Time
256 |
# File 'sig/client.rbs', line 256
def delivery_time: () -> ::Time
|
#engagement_arn ⇒ ::String
246 |
# File 'sig/client.rbs', line 246
def engagement_arn: () -> ::String
|
#incident_id ⇒ ::String
253 |
# File 'sig/client.rbs', line 253
def incident_id: () -> ::String
|
#page_arn ⇒ ::String
245 |
# File 'sig/client.rbs', line 245
def page_arn: () -> ::String
|
#public_content ⇒ ::String
252 |
# File 'sig/client.rbs', line 252
def public_content: () -> ::String
|
#public_subject ⇒ ::String
251 |
# File 'sig/client.rbs', line 251
def public_subject: () -> ::String
|
#read_time ⇒ ::Time
255 |
# File 'sig/client.rbs', line 255
def read_time: () -> ::Time
|
#sender ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def sender: () -> ::String
|
#sent_time ⇒ ::Time
254 |
# File 'sig/client.rbs', line 254
def sent_time: () -> ::Time
|
#subject ⇒ ::String
249 |
# File 'sig/client.rbs', line 249
def subject: () -> ::String
|