Class: Aws::EC2::Types::SecurityGroupVpcAssociation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::SecurityGroupVpcAssociation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
A security group association with a VPC that you made with [AssociateSecurityGroupVpc].
[1]: docs.aws.amazon.com/AWSEC2/latest/APIReference/API_AssociateSecurityGroupVpc.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s security group ID.
 - 
  
    
      #state  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s state.
 - 
  
    
      #state_reason  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s state reason.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The association’s VPC ID.
 - 
  
    
      #vpc_owner_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID of the owner of the VPC.
 
Instance Attribute Details
#group_id ⇒ String
The association’s security group ID.
      65255 65256 65257 65258 65259 65260 65261 65262 65263  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65255 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#state ⇒ String
The association’s state.
      65255 65256 65257 65258 65259 65260 65261 65262 65263  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65255 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#state_reason ⇒ String
The association’s state reason.
      65255 65256 65257 65258 65259 65260 65261 65262 65263  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65255 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The association’s VPC ID.
      65255 65256 65257 65258 65259 65260 65261 65262 65263  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65255 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_owner_id ⇒ String
The Amazon Web Services account ID of the owner of the VPC.
      65255 65256 65257 65258 65259 65260 65261 65262 65263  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 65255 class SecurityGroupVpcAssociation < Struct.new( :group_id, :vpc_id, :vpc_owner_id, :state, :state_reason) SENSITIVE = [] include Aws::Structure end  |