Class: Aws::Types::CreateFleetLocationsOutput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetLocationsOutput
- 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.
346 347 348 |
# File 'sig/types.rbs', line 346 def fleet_arn @fleet_arn end |
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
345 346 347 |
# File 'sig/types.rbs', line 345 def fleet_id @fleet_id end |
#location_states ⇒ ::Array[Types::LocationState]
Returns the value of attribute location_states.
347 348 349 |
# File 'sig/types.rbs', line 347 def location_states @location_states end |