Class: Aws::RDS::Types::DBSecurityGroupMembership
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::RDS::Types::DBSecurityGroupMembership
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-rds/types.rb
 
Overview
This data type is used as a response element in the following actions:
- 
‘ModifyDBInstance`
 - 
‘RebootDBInstance`
 - 
‘RestoreDBInstanceFromDBSnapshot`
 - 
‘RestoreDBInstanceToPointInTime`
 
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #db_security_group_name  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the DB security group.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The status of the DB security group.
 
Instance Attribute Details
#db_security_group_name ⇒ String
The name of the DB security group.
      10682 10683 10684 10685 10686 10687  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 10682 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end  | 
  
#status ⇒ String
The status of the DB security group.
      10682 10683 10684 10685 10686 10687  | 
    
      # File 'lib/aws-sdk-rds/types.rb', line 10682 class DBSecurityGroupMembership < Struct.new( :db_security_group_name, :status) SENSITIVE = [] include Aws::Structure end  |