Class: Aws::Types::CancelCapacityReservationFleetsRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelCapacityReservationFleetsRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_fleet_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_fleet_ids.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#capacity_reservation_fleet_ids ⇒ ::Array[::String]
Returns the value of attribute capacity_reservation_fleet_ids.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def capacity_reservation_fleet_ids @capacity_reservation_fleet_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def dry_run @dry_run end |