Class: Aws::Types::EngineDefaults
- Inherits:
-
Object
- Object
- Aws::Types::EngineDefaults
- 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.
-
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
-
#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.
945 946 947 |
# File 'sig/types.rbs', line 945 def cache_node_type_specific_parameters @cache_node_type_specific_parameters end |
#cache_parameter_group_family ⇒ ::String
Returns the value of attribute cache_parameter_group_family.
942 943 944 |
# File 'sig/types.rbs', line 942 def cache_parameter_group_family @cache_parameter_group_family end |
#marker ⇒ ::String
Returns the value of attribute marker.
943 944 945 |
# File 'sig/types.rbs', line 943 def marker @marker end |
#parameters ⇒ ::Array[Types::Parameter]
Returns the value of attribute parameters.
944 945 946 |
# File 'sig/types.rbs', line 944 def parameters @parameters end |