Class: Aws::EC2::Types::CapacityReservationGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CapacityReservationGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a resource group to which a Capacity Reservation has been added.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the resource group.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the Amazon Web Services account that owns the resource group.
 
Instance Attribute Details
#group_arn ⇒ String
The ARN of the resource group.
      5473 5474 5475 5476 5477 5478  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5473 class CapacityReservationGroup < Struct.new( :group_arn, :owner_id) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The ID of the Amazon Web Services account that owns the resource group.
      5473 5474 5475 5476 5477 5478  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 5473 class CapacityReservationGroup < Struct.new( :group_arn, :owner_id) SENSITIVE = [] include Aws::Structure end  |