Class: Aws::Types::SsmActionDefinition
- Inherits:
-
Object
- Object
- Aws::Types::SsmActionDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#action_sub_type ⇒ "STOP_EC2_INSTANCES", "STOP_RDS_INSTANCES"
Returns the value of attribute action_sub_type.
-
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
-
#region ⇒ ::String
Returns the value of attribute region.
Instance Attribute Details
#action_sub_type ⇒ "STOP_EC2_INSTANCES", "STOP_RDS_INSTANCES"
Returns the value of attribute action_sub_type.
523 524 525 |
# File 'sig/types.rbs', line 523 def action_sub_type @action_sub_type end |
#instance_ids ⇒ ::Array[::String]
Returns the value of attribute instance_ids.
525 526 527 |
# File 'sig/types.rbs', line 525 def instance_ids @instance_ids end |
#region ⇒ ::String
Returns the value of attribute region.
524 525 526 |
# File 'sig/types.rbs', line 524 def region @region end |