Class: Aws::Types::CancelCapacityReservationRequest
- Inherits:
-
Object
- Object
- Aws::Types::CancelCapacityReservationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#apply_cancellation_charges ⇒ "commitment-wind-down"
Returns the value of attribute apply_cancellation_charges.
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#quote_id ⇒ ::String
Returns the value of attribute quote_id.
Instance Attribute Details
#apply_cancellation_charges ⇒ "commitment-wind-down"
Returns the value of attribute apply_cancellation_charges.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def apply_cancellation_charges @apply_cancellation_charges end |
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
1168 1169 1170 |
# File 'sig/types.rbs', line 1168 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def dry_run @dry_run end |
#quote_id ⇒ ::String
Returns the value of attribute quote_id.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def quote_id @quote_id end |