Class: Aws::EC2::Types::SecurityGroupForVpc
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SecurityGroupForVpc
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
A security group that can be used by interfaces in the VPC.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #description  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group’s description.
 - 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group ID.
 - 
  
    
      #group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group name.
 - 
  
    
      #owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group owner ID.
 - 
  
    
      #primary_vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The VPC ID in which the security group was created.
 - 
  
    
      #tags  ⇒ Array<Types::Tag> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The security group tags.
 
Instance Attribute Details
#description ⇒ String
The security group’s description.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_id ⇒ String
The security group ID.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#group_name ⇒ String
The security group name.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#owner_id ⇒ String
The security group owner ID.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#primary_vpc_id ⇒ String
The VPC ID in which the security group was created.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  | 
  
#tags ⇒ Array<Types::Tag>
The security group tags.
      65472 65473 65474 65475 65476 65477 65478 65479 65480 65481  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65472 class SecurityGroupForVpc < Struct.new( :description, :group_name, :owner_id, :group_id, :tags, :primary_vpc_id) SENSITIVE = [] include Aws::Structure end  |