Class: Aws::Types::UpdateResponsePlanInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResponsePlanInput
- 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.
-
#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_dedupe_string ⇒ ::String
Returns the value of attribute incident_template_dedupe_string.
-
#incident_template_impact ⇒ ::Integer
Returns the value of attribute incident_template_impact.
-
#incident_template_notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute incident_template_notification_targets.
-
#incident_template_summary ⇒ ::String
Returns the value of attribute incident_template_summary.
-
#incident_template_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute incident_template_tags.
-
#incident_template_title ⇒ ::String
Returns the value of attribute incident_template_title.
-
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
Instance Attribute Details
#actions ⇒ ::Array[Types::Action]
Returns the value of attribute actions.
781 782 783 |
# File 'sig/types.rbs', line 781 def actions @actions end |
#arn ⇒ ::String
Returns the value of attribute arn.
782 783 784 |
# File 'sig/types.rbs', line 782 def arn @arn end |
#chat_channel ⇒ Types::ChatChannel
Returns the value of attribute chat_channel.
783 784 785 |
# File 'sig/types.rbs', line 783 def chat_channel @chat_channel end |
#client_token ⇒ ::String
Returns the value of attribute client_token.
784 785 786 |
# File 'sig/types.rbs', line 784 def client_token @client_token end |
#display_name ⇒ ::String
Returns the value of attribute display_name.
785 786 787 |
# File 'sig/types.rbs', line 785 def display_name @display_name end |
#engagements ⇒ ::Array[::String]
Returns the value of attribute engagements.
786 787 788 |
# File 'sig/types.rbs', line 786 def engagements @engagements end |
#incident_template_dedupe_string ⇒ ::String
Returns the value of attribute incident_template_dedupe_string.
787 788 789 |
# File 'sig/types.rbs', line 787 def incident_template_dedupe_string @incident_template_dedupe_string end |
#incident_template_impact ⇒ ::Integer
Returns the value of attribute incident_template_impact.
788 789 790 |
# File 'sig/types.rbs', line 788 def incident_template_impact @incident_template_impact end |
#incident_template_notification_targets ⇒ ::Array[Types::NotificationTargetItem]
Returns the value of attribute incident_template_notification_targets.
789 790 791 |
# File 'sig/types.rbs', line 789 def incident_template_notification_targets @incident_template_notification_targets end |
#incident_template_summary ⇒ ::String
Returns the value of attribute incident_template_summary.
790 791 792 |
# File 'sig/types.rbs', line 790 def incident_template_summary @incident_template_summary end |
#incident_template_tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute incident_template_tags.
791 792 793 |
# File 'sig/types.rbs', line 791 def @incident_template_tags end |
#incident_template_title ⇒ ::String
Returns the value of attribute incident_template_title.
792 793 794 |
# File 'sig/types.rbs', line 792 def incident_template_title @incident_template_title end |
#integrations ⇒ ::Array[Types::Integration]
Returns the value of attribute integrations.
793 794 795 |
# File 'sig/types.rbs', line 793 def integrations @integrations end |