Class: Aws::EC2::Types::DescribeCapacityReservationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeCapacityReservationsResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservations ⇒ Array<Types::CapacityReservation>
Information about the Capacity Reservations.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#capacity_reservations ⇒ Array<Types::CapacityReservation>
Information about the Capacity Reservations.
18670 18671 18672 18673 18674 18675 |
# File 'lib/aws-sdk-ec2/types.rb', line 18670 class DescribeCapacityReservationsResult < Struct.new( :next_token, :capacity_reservations) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to use to retrieve the next page of results. This value is ‘null` when there are no more results to return.
18670 18671 18672 18673 18674 18675 |
# File 'lib/aws-sdk-ec2/types.rb', line 18670 class DescribeCapacityReservationsResult < Struct.new( :next_token, :capacity_reservations) SENSITIVE = [] include Aws::Structure end |