Class: Aws::Types::CacheParameterGroupsMessage
- Inherits:
-
Object
- Object
- Aws::Types::CacheParameterGroupsMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_parameter_groups ⇒ ::Array[Types::CacheParameterGroup]
Returns the value of attribute cache_parameter_groups.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#cache_parameter_groups ⇒ ::Array[Types::CacheParameterGroup]
Returns the value of attribute cache_parameter_groups.
221 222 223 |
# File 'sig/types.rbs', line 221 def cache_parameter_groups @cache_parameter_groups end |
#marker ⇒ ::String
Returns the value of attribute marker.
220 221 222 |
# File 'sig/types.rbs', line 220 def marker @marker end |