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.
1157 1158 1159 |
# File 'sig/types.rbs', line 1157 def capacity_reservation_fleet_ids @capacity_reservation_fleet_ids end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1156 1157 1158 |
# File 'sig/types.rbs', line 1156 def dry_run @dry_run end |