Class: Aws::Types::DBSecurityGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBSecurityGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_security_groups ⇒ ::Array[Types::DBSecurityGroup]
Returns the value of attribute db_security_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_security_groups ⇒ ::Array[Types::DBSecurityGroup]
Returns the value of attribute db_security_groups.
1585 1586 1587 |
# File 'sig/types.rbs', line 1585 def db_security_groups @db_security_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
1584 1585 1586 |
# File 'sig/types.rbs', line 1584 def marker @marker end |