Class: Aws::Types::AcceptCapacityReservationBillingOwnershipRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptCapacityReservationBillingOwnershipRequest
- 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.
49 50 51 |
# File 'sig/types.rbs', line 49 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
48 49 50 |
# File 'sig/types.rbs', line 48 def dry_run @dry_run end |