Class: Aws::Types::ModifyCapacityReservationInput
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCapacityReservationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
-
#minimum_load_balancer_capacity ⇒ Types::MinimumLoadBalancerCapacity
Returns the value of attribute minimum_load_balancer_capacity.
-
#reset_capacity_reservation ⇒ Boolean
Returns the value of attribute reset_capacity_reservation.
Instance Attribute Details
#load_balancer_arn ⇒ ::String
Returns the value of attribute load_balancer_arn.
729 730 731 |
# File 'sig/types.rbs', line 729 def load_balancer_arn @load_balancer_arn end |
#minimum_load_balancer_capacity ⇒ Types::MinimumLoadBalancerCapacity
Returns the value of attribute minimum_load_balancer_capacity.
730 731 732 |
# File 'sig/types.rbs', line 730 def minimum_load_balancer_capacity @minimum_load_balancer_capacity end |
#reset_capacity_reservation ⇒ Boolean
Returns the value of attribute reset_capacity_reservation.
731 732 733 |
# File 'sig/types.rbs', line 731 def reset_capacity_reservation @reset_capacity_reservation end |