Class: Aws::Types::CreateFleetOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_attributes ⇒ Types::FleetAttributes
Returns the value of attribute fleet_attributes.
-
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
Instance Attribute Details
#fleet_attributes ⇒ Types::FleetAttributes
Returns the value of attribute fleet_attributes.
352 353 354 |
# File 'sig/types.rbs', line 352 def fleet_attributes @fleet_attributes end |
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
353 354 355 |
# File 'sig/types.rbs', line 353 def location_states @location_states end |