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.
700 701 702 |
# File 'sig/types.rbs', line 700 def db_subnet_groups @db_subnet_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
699 700 701 |
# File 'sig/types.rbs', line 699 def marker @marker end |