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.
17299 17300 17301 17302 17303 17304 |
# File 'lib/aws-sdk-ec2/types.rb', line 17299 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.
17299 17300 17301 17302 17303 17304 |
# File 'lib/aws-sdk-ec2/types.rb', line 17299 class DescribeCapacityReservationsResult < Struct.new( :next_token, :capacity_reservations) SENSITIVE = [] include Aws::Structure end |