Class: Aws::Neptune::Types::VpcSecurityGroupMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Neptune::Types::VpcSecurityGroupMembership
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-neptune/types.rb
 
Overview
This data type is used as a response element for queries on VPC security group membership.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the VPC security group.
 - 
  
    
      #vpc_security_group_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the VPC security group.
 
Instance Attribute Details
#status ⇒ String
The status of the VPC security group.
      8129 8130 8131 8132 8133 8134  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8129 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#vpc_security_group_id ⇒ String
The name of the VPC security group.
      8129 8130 8131 8132 8133 8134  | 
    
      # File 'lib/aws-sdk-neptune/types.rb', line 8129 class VpcSecurityGroupMembership < Struct.new( :vpc_security_group_id, :status) SENSITIVE = [] include Aws::Structure end  |