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.
1259 1260 1261 |
# File 'sig/types.rbs', line 1259 def capacity_reservation_fleet_ids @capacity_reservation_fleet_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1258 1259 1260 |
# File 'sig/types.rbs', line 1258 def dry_run @dry_run end |