Class: Aws::Types::ModifyDBSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyDBSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
-
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
-
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
Instance Attribute Details
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
1341 1342 1343 |
# File 'sig/types.rbs', line 1341 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
1340 1341 1342 |
# File 'sig/types.rbs', line 1340 def db_subnet_group_name @db_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1342 1343 1344 |
# File 'sig/types.rbs', line 1342 def subnet_ids @subnet_ids end |