Module: Aws::SSMContacts::Client::_DescribeEngagementResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::DescribeEngagementResult]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #contact_arn ⇒ ::String
- #content ⇒ ::String
- #engagement_arn ⇒ ::String
- #incident_id ⇒ ::String
- #public_content ⇒ ::String
- #public_subject ⇒ ::String
- #sender ⇒ ::String
- #start_time ⇒ ::Time
- #stop_time ⇒ ::Time
- #subject ⇒ ::String
Instance Method Details
#contact_arn ⇒ ::String
226 |
# File 'sig/client.rbs', line 226
def contact_arn: () -> ::String
|
#content ⇒ ::String
230 |
# File 'sig/client.rbs', line 230
def content: () -> ::String
|
#engagement_arn ⇒ ::String
227 |
# File 'sig/client.rbs', line 227
def engagement_arn: () -> ::String
|
#incident_id ⇒ ::String
233 |
# File 'sig/client.rbs', line 233
def incident_id: () -> ::String
|
#public_content ⇒ ::String
232 |
# File 'sig/client.rbs', line 232
def public_content: () -> ::String
|
#public_subject ⇒ ::String
231 |
# File 'sig/client.rbs', line 231
def public_subject: () -> ::String
|
#sender ⇒ ::String
228 |
# File 'sig/client.rbs', line 228
def sender: () -> ::String
|
#start_time ⇒ ::Time
234 |
# File 'sig/client.rbs', line 234
def start_time: () -> ::Time
|
#stop_time ⇒ ::Time
235 |
# File 'sig/client.rbs', line 235
def stop_time: () -> ::Time
|
#subject ⇒ ::String
229 |
# File 'sig/client.rbs', line 229
def subject: () -> ::String
|