Class: Aws::Types::UpdateInterruptibleCapacityReservationAllocationRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateInterruptibleCapacityReservationAllocationRequest
- 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.
-
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
Instance Attribute Details
#capacity_reservation_id ⇒ ::String
Returns the value of attribute capacity_reservation_id.
18782 18783 18784 |
# File 'sig/types.rbs', line 18782 def capacity_reservation_id @capacity_reservation_id end |
#dry_run ⇒ Boolean
Returns the value of attribute dry_run.
18784 18785 18786 |
# File 'sig/types.rbs', line 18784 def dry_run @dry_run end |
#target_instance_count ⇒ ::Integer
Returns the value of attribute target_instance_count.
18783 18784 18785 |
# File 'sig/types.rbs', line 18783 def target_instance_count @target_instance_count end |