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.
280 281 282 |
# File 'sig/types.rbs', line 280 def db_subnet_group_description @db_subnet_group_description end |
#db_subnet_group_name ⇒ ::String
Returns the value of attribute db_subnet_group_name.
279 280 281 |
# File 'sig/types.rbs', line 279 def db_subnet_group_name @db_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
281 282 283 |
# File 'sig/types.rbs', line 281 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
282 283 284 |
# File 'sig/types.rbs', line 282 def end |