Class: Aws::EC2::Types::CreateSecurityGroupResult
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateSecurityGroupResult
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security group.
 - 
  
    
      #security_group_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group ARN.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The tags assigned to the security group.
 
Instance Attribute Details
#group_id ⇒ String
The ID of the security group.
      11494 11495 11496 11497 11498 11499 11500  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11494 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#security_group_arn ⇒ String
The security group ARN.
      11494 11495 11496 11497 11498 11499 11500  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11494 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The tags assigned to the security group.
      11494 11495 11496 11497 11498 11499 11500  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 11494 class CreateSecurityGroupResult < Struct.new( :group_id, :tags, :security_group_arn) SENSITIVE = [] include Aws::Structure end  |