Class: Aws::Types::GetResponsePlanOutput
- Inherits:
-
Object
- Object
- Aws::Types::GetResponsePlanOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#arn ⇒ ::String
Returns the value of attribute arn.
-
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
-
#display_name ⇒ ::String
Returns the value of attribute display_name.
-
#engagements ⇒ ::Array[::String]
Returns the value of attribute engagements.
-
#incident_template ⇒ Types::IncidentTemplate
Returns the value of attribute incident_template.
-
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
335 336 337 |
# File 'sig/types.rbs', line 335 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
336 337 338 |
# File 'sig/types.rbs', line 336 def arn @arn end |
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
337 338 339 |
# File 'sig/types.rbs', line 337 def chat_channel @chat_channel end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
338 339 340 |
# File 'sig/types.rbs', line 338 def display_name @display_name end |
#engagements ⇒ ::Array[::String]
Returns the value of attribute engagements.
339 340 341 |
# File 'sig/types.rbs', line 339 def engagements @engagements end |
#incident_template ⇒ Types::IncidentTemplate
Returns the value of attribute incident_template.
340 341 342 |
# File 'sig/types.rbs', line 340 def incident_template @incident_template end |
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
341 342 343 |
# File 'sig/types.rbs', line 341 def integrations @integrations end |
#name ⇒ ::String
Returns the value of attribute name.
342 343 344 |
# File 'sig/types.rbs', line 342 def name @name end |