Class: Aws::Types::CreateCacheSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CreateCacheSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_subnet_group_description ⇒ ::String
Returns the value of attribute cache_subnet_group_description.
-
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_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
#cache_subnet_group_description ⇒ ::String
Returns the value of attribute cache_subnet_group_description.
412 413 414 |
# File 'sig/types.rbs', line 412 def cache_subnet_group_description @cache_subnet_group_description end |
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
411 412 413 |
# File 'sig/types.rbs', line 411 def cache_subnet_group_name @cache_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
413 414 415 |
# File 'sig/types.rbs', line 413 def subnet_ids @subnet_ids end |
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
414 415 416 |
# File 'sig/types.rbs', line 414 def @tags end |