Class: Aws::Types::ModifyInstanceCapacityReservationAttributesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ModifyInstanceCapacityReservationAttributesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_reservation_specification ⇒ Types::CapacityReservationSpecification
Returns the value of attribute capacity_reservation_specification.
-
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
Instance Attribute Details
#capacity_reservation_specification ⇒ Types::CapacityReservationSpecification
Returns the value of attribute capacity_reservation_specification.
13426 13427 13428 |
# File 'sig/types.rbs', line 13426 def capacity_reservation_specification @capacity_reservation_specification end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
13427 13428 13429 |
# File 'sig/types.rbs', line 13427 def dry_run @dry_run end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
13425 13426 13427 |
# File 'sig/types.rbs', line 13425 def instance_id @instance_id end |