Class: Aws::Types::DeleteFleetLocationsInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteFleetLocationsInput
- 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[::String]
Returns the value of attribute locations.
Instance Attribute Details
#fleet_id ⇒ ::String
Returns the value of attribute fleet_id.
555 556 557 |
# File 'sig/types.rbs', line 555 def fleet_id @fleet_id end |
#locations ⇒ ::Array[::String]
Returns the value of attribute locations.
556 557 558 |
# File 'sig/types.rbs', line 556 def locations @locations end |