Class: Aws::EC2::Types::DescribeCapacityReservationFleetsResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::DescribeCapacityReservationFleetsResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_fleets ⇒ Array<Types::CapacityReservationFleet>
Information about the Capacity Reservation Fleets.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#capacity_reservation_fleets ⇒ Array<Types::CapacityReservationFleet>
Information about the Capacity Reservation Fleets.
18188 18189 18190 18191 18192 18193 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18188 class DescribeCapacityReservationFleetsResult < Struct.new( :capacity_reservation_fleets, :next_token) 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.
18188 18189 18190 18191 18192 18193 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 18188 class DescribeCapacityReservationFleetsResult < Struct.new( :capacity_reservation_fleets, :next_token) SENSITIVE = [] include Aws::Structure end |