Class: Aws::Types::ModifyCacheSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::ModifyCacheSubnetGroupMessage
- 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.
Instance Attribute Details
#cache_subnet_group_description ⇒ ::String
Returns the value of attribute cache_subnet_group_description.
1195 1196 1197 |
# File 'sig/types.rbs', line 1195 def cache_subnet_group_description @cache_subnet_group_description end |
#cache_subnet_group_name ⇒ ::String
Returns the value of attribute cache_subnet_group_name.
1194 1195 1196 |
# File 'sig/types.rbs', line 1194 def cache_subnet_group_name @cache_subnet_group_name end |
#subnet_ids ⇒ ::Array[::String]
Returns the value of attribute subnet_ids.
1196 1197 1198 |
# File 'sig/types.rbs', line 1196 def subnet_ids @subnet_ids end |