Module: Aws::SSMIncidents::Client::_GetResponsePlanResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GetResponsePlanOutput]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #actions ⇒ ::Array[Types::Action]
- #arn ⇒ ::String
- #chat_channel ⇒ Types::ChatChannel
- #display_name ⇒ ::String
- #engagements ⇒ ::Array[::String]
- #incident_template ⇒ Types::IncidentTemplate
- #integrations ⇒ ::Array[Types::Integration]
- #name ⇒ ::String
Instance Method Details
#actions ⇒ ::Array[Types::Action]
247 |
# File 'sig/client.rbs', line 247
def actions: () -> ::Array[Types::Action]
|
#arn ⇒ ::String
248 |
# File 'sig/client.rbs', line 248
def arn: () -> ::String
|
#chat_channel ⇒ Types::ChatChannel
249 |
# File 'sig/client.rbs', line 249
def chat_channel: () -> Types::ChatChannel
|
#display_name ⇒ ::String
250 |
# File 'sig/client.rbs', line 250
def display_name: () -> ::String
|
#engagements ⇒ ::Array[::String]
251 |
# File 'sig/client.rbs', line 251
def engagements: () -> ::Array[::String]
|
#incident_template ⇒ Types::IncidentTemplate
252 |
# File 'sig/client.rbs', line 252
def incident_template: () -> Types::IncidentTemplate
|
#integrations ⇒ ::Array[Types::Integration]
253 |
# File 'sig/client.rbs', line 253
def integrations: () -> ::Array[Types::Integration]
|
#name ⇒ ::String
254 |
# File 'sig/client.rbs', line 254
def name: () -> ::String
|