Class: Aws::Types::DisassociateCapacityReservationBillingOwnerRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateCapacityReservationBillingOwnerRequest
- 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.
-
#unused_reservation_billing_owner_id ⇒ ::String
Returns the value of attribute unused_reservation_billing_owner_id.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
8544 8545 8546 |
# File 'sig/types.rbs', line 8544 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
8543 8544 8545 |
# File 'sig/types.rbs', line 8543 def dry_run @dry_run end |
#unused_reservation_billing_owner_id ⇒ ::String
Returns the value of attribute unused_reservation_billing_owner_id.
8545 8546 8547 |
# File 'sig/types.rbs', line 8545 def unused_reservation_billing_owner_id @unused_reservation_billing_owner_id end |