Class: Aws::Types::RejectCapacityReservationBillingOwnershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectCapacityReservationBillingOwnershipRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
15639 15640 15641 |
# File 'sig/types.rbs', line 15639 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
15638 15639 15640 |
# File 'sig/types.rbs', line 15638 def dry_run @dry_run end |