Class: Aws::Types::DBSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::DBSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_subnet_groups ⇒ ::Array[Types::DBSubnetGroup]
Returns the value of attribute db_subnet_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#db_subnet_groups ⇒ ::Array[Types::DBSubnetGroup]
Returns the value of attribute db_subnet_groups.
1733 1734 1735 |
# File 'sig/types.rbs', line 1733 def db_subnet_groups @db_subnet_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
1732 1733 1734 |
# File 'sig/types.rbs', line 1732 def marker @marker end |