Class: Aws::Redshift::Types::VpcSecurityGroupMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Redshift::Types::VpcSecurityGroupMembership
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-redshift/types.rb
 
Overview
Describes the members of a VPC security group.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the VPC security group.
 - 
  
    
      #vpc_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The identifier of the VPC security group.
 
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
      12132 12133 12134 12135 12136 12137  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 12132 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_security_group_id ⇒ String
The identifier of the VPC security group.
      12132 12133 12134 12135 12136 12137  | 
    
      # File 'lib/aws-sdk-redshift/types.rb', line 12132 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end  |