Class: Aws::EC2::Types::GroupIdentifier
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::GroupIdentifier
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes a security group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security group.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the security group.
 
Instance Attribute Details
#group_id ⇒ String
The ID of the security group.
      40735 40736 40737 40738 40739 40740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40735 class GroupIdentifier < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The name of the security group.
      40735 40736 40737 40738 40739 40740  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 40735 class GroupIdentifier < Struct.new( :group_id, :group_name) SENSITIVE = [] include Aws::Structure end  |