Class: Aws::Types::StartFleetActionsInput
- Inherits:
-
Object
- Object
- Aws::Types::StartFleetActionsInput
- 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.
2047 2048 2049 |
# File 'sig/types.rbs', line 2047 def actions @actions end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
2046 2047 2048 |
# File 'sig/types.rbs', line 2046 def fleet_id @fleet_id end |
#location ⇒ ::String
Returns the value of attribute location.
2048 2049 2050 |
# File 'sig/types.rbs', line 2048 def location @location end |