Class: Aws::Types::CreateDBSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateDBSubnetGroupMessage
- 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.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#db_subnet_group_description ⇒ ::String
Returns the value of attribute db_subnet_group_description.
199 200 201 |
# File 'sig/types.rbs', line 199 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
198 199 200 |
# File 'sig/types.rbs', line 198 def db_subnet_group_name @db_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
200 201 202 |
# File 'sig/types.rbs', line 200 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
201 202 203 |
# File 'sig/types.rbs', line 201 def @tags end |