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.
      37275 37276 37277 37278 37279 37280  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37275 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.
      37275 37276 37277 37278 37279 37280  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 37275 class GetGroupsForCapacityReservationResult < Struct.new( :next_token, :capacity_reservation_groups) SENSITIVE = [] include Aws::Structure end  |