Class: Aws::EC2::Types::GetGroupsForCapacityReservationResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetGroupsForCapacityReservationResult
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservation_groups ⇒ Array<Types::CapacityReservationGroup>
Information about the resource groups to which the Capacity Reservation has been added.
-
#next_token ⇒ String
The token to use to retrieve the next page of results.
Instance Attribute Details
#capacity_reservation_groups ⇒ Array<Types::CapacityReservationGroup>
Information about the resource groups to which the Capacity Reservation has been added.
37225 37226 37227 37228 37229 37230 |
# File 'lib/aws-sdk-ec2/types.rb', line 37225 class GetGroupsForCapacityReservationResult < Struct.new( :next_token, :capacity_reservation_groups) 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.
37225 37226 37227 37228 37229 37230 |
# File 'lib/aws-sdk-ec2/types.rb', line 37225 class GetGroupsForCapacityReservationResult < Struct.new( :next_token, :capacity_reservation_groups) SENSITIVE = [] include Aws::Structure end |