Class: Aws::Types::DeleteFleetLocationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetLocationsOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
Instance Attribute Details
#fleet_arn ⇒ ::String
Returns the value of attribute fleet_arn.
562 563 564 |
# File 'sig/types.rbs', line 562 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
561 562 563 |
# File 'sig/types.rbs', line 561 def fleet_id @fleet_id end |
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
563 564 565 |
# File 'sig/types.rbs', line 563 def location_states @location_states end |