Class: Aws::Types::CreateResponsePlanInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateResponsePlanInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
-
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
144 145 146 |
# File 'sig/types.rbs', line 144 def actions @actions end |
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
145 146 147 |
# File 'sig/types.rbs', line 145 def chat_channel @chat_channel end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
146 147 148 |
# File 'sig/types.rbs', line 146 def client_token @client_token end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
147 148 149 |
# File 'sig/types.rbs', line 147 def display_name @display_name end |
#engagements ⇒ ::Array[::String]
Returns the value of attribute engagements.
148 149 150 |
# File 'sig/types.rbs', line 148 def engagements @engagements end |
#incident_template ⇒ Types::IncidentTemplate
Returns the value of attribute incident_template.
149 150 151 |
# File 'sig/types.rbs', line 149 def incident_template @incident_template end |
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
150 151 152 |
# File 'sig/types.rbs', line 150 def integrations @integrations end |
#name ⇒ ::String
Returns the value of attribute name.
151 152 153 |
# File 'sig/types.rbs', line 151 def name @name end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
152 153 154 |
# File 'sig/types.rbs', line 152 def @tags end |