Class: Aws::EC2::Types::DescribeCapacityReservationsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeCapacityReservationsResult
- Defined in:
- gems/aws-sdk-ec2/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.
18815 18816 18817 18818 18819 18820 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18815 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.
18815 18816 18817 18818 18819 18820 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18815 class DescribeCapacityReservationsResult < Struct.new( :next_token, :capacity_reservations) SENSITIVE = [] include Aws::Structure end |