Class: Aws::Types::DeleteFleetSuccessItem
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetSuccessItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_fleet_state ⇒ "submitted", ...
Returns the value of attribute current_fleet_state.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#previous_fleet_state ⇒ "submitted", ...
Returns the value of attribute previous_fleet_state.
Instance Attribute Details
#current_fleet_state ⇒ "submitted", ...
Returns the value of attribute current_fleet_state.
4063 4064 4065 |
# File 'sig/types.rbs', line 4063 def current_fleet_state @current_fleet_state end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
4065 4066 4067 |
# File 'sig/types.rbs', line 4065 def fleet_id @fleet_id end |
#previous_fleet_state ⇒ "submitted", ...
Returns the value of attribute previous_fleet_state.
4064 4065 4066 |
# File 'sig/types.rbs', line 4064 def previous_fleet_state @previous_fleet_state end |