Class: Aws::Types::DescribeDBSubnetGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDBSubnetGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
2254 2255 2256 |
# File 'sig/types.rbs', line 2254 def db_subnet_group_name @db_subnet_group_name end |
#filters ⇒ ::Array[Types::Filter]
Returns the value of attribute filters.
2255 2256 2257 |
# File 'sig/types.rbs', line 2255 def filters @filters end |
#marker ⇒ ::String
Returns the value of attribute marker.
2257 2258 2259 |
# File 'sig/types.rbs', line 2257 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
2256 2257 2258 |
# File 'sig/types.rbs', line 2256 def max_records @max_records end |