Class: Aws::Types::DBSecurityGroupMembership
- Inherits:
-
Object
- Object
- Aws::Types::DBSecurityGroupMembership
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
-
#status ⇒ ::String
Returns the value of attribute status.
Instance Attribute Details
#db_security_group_name ⇒ ::String
Returns the value of attribute db_security_group_name.
1578 1579 1580 |
# File 'sig/types.rbs', line 1578 def db_security_group_name @db_security_group_name end |
#status ⇒ ::String
Returns the value of attribute status.
1579 1580 1581 |
# File 'sig/types.rbs', line 1579 def status @status end |