Class: Aws::Types::CacheParameterGroupDetails
- Inherits:
-
Object
- Object
- Aws::Types::CacheParameterGroupDetails
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_type_specific_parameters ⇒ ::Array[Types::CacheNodeTypeSpecificParameter]
Returns the value of attribute cache_node_type_specific_parameters.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
Instance Attribute Details
#cache_node_type_specific_parameters ⇒ ::Array[Types::CacheNodeTypeSpecificParameter]
Returns the value of attribute cache_node_type_specific_parameters.
197 198 199 |
# File 'sig/types.rbs', line 197 def cache_node_type_specific_parameters @cache_node_type_specific_parameters end |
#marker ⇒ ::String
Returns the value of attribute marker.
195 196 197 |
# File 'sig/types.rbs', line 195 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
196 197 198 |
# File 'sig/types.rbs', line 196 def parameters @parameters end |