Class: Aws::Types::StartIncidentInput
- Inherits:
-
Object
- Object
- Aws::Types::StartIncidentInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#impact ⇒ ::Integer
Returns the value of attribute impact.
-
#related_items ⇒ ::Array[Types::RelatedItem]
Returns the value of attribute related_items.
-
#response_plan_arn ⇒ ::String
Returns the value of attribute response_plan_arn.
-
#title ⇒ ::String
Returns the value of attribute title.
-
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
663 664 665 |
# File 'sig/types.rbs', line 663 def client_token @client_token end |
#impact ⇒ ::Integer
Returns the value of attribute impact.
664 665 666 |
# File 'sig/types.rbs', line 664 def impact @impact end |
#related_items ⇒ ::Array[Types::RelatedItem]
Returns the value of attribute related_items.
665 666 667 |
# File 'sig/types.rbs', line 665 def @related_items end |
#response_plan_arn ⇒ ::String
Returns the value of attribute response_plan_arn.
666 667 668 |
# File 'sig/types.rbs', line 666 def response_plan_arn @response_plan_arn end |
#title ⇒ ::String
Returns the value of attribute title.
667 668 669 |
# File 'sig/types.rbs', line 667 def title @title end |
#trigger_details ⇒ Types::TriggerDetails
Returns the value of attribute trigger_details.
668 669 670 |
# File 'sig/types.rbs', line 668 def trigger_details @trigger_details end |