Class: Aws::EC2::Types::ReferencedSecurityGroup
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::ReferencedSecurityGroup
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
Describes the security group that is referenced in the security group rule.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the security group.
 - 
  
    
      #peering_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of a VPC peering connection, if applicable.
 - 
  
    
      #user_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services account ID.
 - 
  
    
      #vpc_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC.
 - 
  
    
      #vpc_peering_connection_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ID of the VPC peering connection (if applicable).
 
Instance Attribute Details
#group_id ⇒ String
The ID of the security group.
      59299 59300 59301 59302 59303 59304 59305 59306 59307  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59299 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#peering_status ⇒ String
The status of a VPC peering connection, if applicable.
      59299 59300 59301 59302 59303 59304 59305 59306 59307  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59299 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#user_id ⇒ String
The Amazon Web Services account ID.
      59299 59300 59301 59302 59303 59304 59305 59306 59307  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59299 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_id ⇒ String
The ID of the VPC.
      59299 59300 59301 59302 59303 59304 59305 59306 59307  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59299 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_peering_connection_id ⇒ String
The ID of the VPC peering connection (if applicable).
      59299 59300 59301 59302 59303 59304 59305 59306 59307  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 59299 class ReferencedSecurityGroup < Struct.new( :group_id, :peering_status, :user_id, :vpc_id, :vpc_peering_connection_id) SENSITIVE = [] include Aws::Structure end  |