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.
3213 3214 3215 |
# File 'sig/types.rbs', line 3213 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
3212 3213 3214 |
# File 'sig/types.rbs', line 3212 def db_subnet_group_name @db_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
3214 3215 3216 |
# File 'sig/types.rbs', line 3214 def subnet_ids @subnet_ids end |