Class: Aws::Types::CacheSubnetGroupMessage
- Inherits:
-
Object
- Object
- Aws::Types::CacheSubnetGroupMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_subnet_groups ⇒ ::Array[Types::CacheSubnetGroup]
Returns the value of attribute cache_subnet_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cache_subnet_groups ⇒ ::Array[Types::CacheSubnetGroup]
Returns the value of attribute cache_subnet_groups.
273 274 275 |
# File 'sig/types.rbs', line 273 def cache_subnet_groups @cache_subnet_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
272 273 274 |
# File 'sig/types.rbs', line 272 def marker @marker end |