Class: Aws::Types::CreateFleetLocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateFleetLocationsInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
-
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
339 340 341 |
# File 'sig/types.rbs', line 339 def fleet_id @fleet_id end |
#locations ⇒ ::Array[Types::LocationConfiguration]
Returns the value of attribute locations.
340 341 342 |
# File 'sig/types.rbs', line 340 def locations @locations end |