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::DescribeCapacityReservationOutput

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.


1234
1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234

class DescribeCapacityReservationOutput < 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)

1234
1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234

class DescribeCapacityReservationOutput < 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)

1234
1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234

class DescribeCapacityReservationOutput < 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


1234
1235
1236
1237
1238
1239
1240
1241
# File 'gems/aws-sdk-elasticloadbalancingv2/lib/aws-sdk-elasticloadbalancingv2/types.rb', line 1234

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