Class: Aws::Types::StopFleetActionsInput
- Inherits:
-
Object
- Object
- Aws::Types::StopFleetActionsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#actions ⇒ ::Array[("AUTO_SCALING")]
Returns the value of attribute actions.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location ⇒ ::String
Returns the value of attribute location.
Instance Attribute Details
#actions ⇒ ::Array[("AUTO_SCALING")]
Returns the value of attribute actions.
2103 2104 2105 |
# File 'sig/types.rbs', line 2103 def actions @actions end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2102 2103 2104 |
# File 'sig/types.rbs', line 2102 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
2104 2105 2106 |
# File 'sig/types.rbs', line 2104 def location @location end |