Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Class: Aws::ElasticLoadBalancingV2::Types::ModifyCapacityReservationOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacity_reservation_stateArray<Types::ZonalCapacityReservationState>

The state of the capacity reservation.


2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2796

class ModifyCapacityReservationOutput < Struct.new(
  :last_modified_time,
  :decrease_requests_remaining,
  :minimum_load_balancer_capacity,
  :capacity_reservation_state)
  SENSITIVE = []
  include Aws::Structure
end

#decrease_requests_remainingInteger

The amount of daily capacity decreases remaining.

Returns:

  • (Integer)

2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2796

class ModifyCapacityReservationOutput < Struct.new(
  :last_modified_time,
  :decrease_requests_remaining,
  :minimum_load_balancer_capacity,
  :capacity_reservation_state)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The last time the capacity reservation was modified.

Returns:

  • (Time)

2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2796

class ModifyCapacityReservationOutput < Struct.new(
  :last_modified_time,
  :decrease_requests_remaining,
  :minimum_load_balancer_capacity,
  :capacity_reservation_state)
  SENSITIVE = []
  include Aws::Structure
end

#minimum_load_balancer_capacityTypes::MinimumLoadBalancerCapacity

The requested minimum capacity reservation for the load balancer


2796
2797
2798
2799
2800
2801
2802
2803
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2796

class ModifyCapacityReservationOutput < Struct.new(
  :last_modified_time,
  :decrease_requests_remaining,
  :minimum_load_balancer_capacity,
  :capacity_reservation_state)
  SENSITIVE = []
  include Aws::Structure
end