Class: Aws::Types::CacheNodeTypeSpecificParameter
- Inherits:
-
Object
- Object
- Aws::Types::CacheNodeTypeSpecificParameter
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
-
#cache_node_type_specific_values ⇒ ::Array[Types::CacheNodeTypeSpecificValue]
Returns the value of attribute cache_node_type_specific_values.
-
#change_type ⇒ "immediate", "requires-reboot"
Returns the value of attribute change_type.
-
#data_type ⇒ ::String
Returns the value of attribute data_type.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
-
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
-
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
-
#source ⇒ ::String
Returns the value of attribute source.
Instance Attribute Details
#allowed_values ⇒ ::String
Returns the value of attribute allowed_values.
156 157 158 |
# File 'sig/types.rbs', line 156 def allowed_values @allowed_values end |
#cache_node_type_specific_values ⇒ ::Array[Types::CacheNodeTypeSpecificValue]
Returns the value of attribute cache_node_type_specific_values.
159 160 161 |
# File 'sig/types.rbs', line 159 def cache_node_type_specific_values @cache_node_type_specific_values end |
#change_type ⇒ "immediate", "requires-reboot"
Returns the value of attribute change_type.
160 161 162 |
# File 'sig/types.rbs', line 160 def change_type @change_type end |
#data_type ⇒ ::String
Returns the value of attribute data_type.
155 156 157 |
# File 'sig/types.rbs', line 155 def data_type @data_type end |
#description ⇒ ::String
Returns the value of attribute description.
153 154 155 |
# File 'sig/types.rbs', line 153 def description @description end |
#is_modifiable ⇒ Boolean
Returns the value of attribute is_modifiable.
157 158 159 |
# File 'sig/types.rbs', line 157 def is_modifiable @is_modifiable end |
#minimum_engine_version ⇒ ::String
Returns the value of attribute minimum_engine_version.
158 159 160 |
# File 'sig/types.rbs', line 158 def minimum_engine_version @minimum_engine_version end |
#parameter_name ⇒ ::String
Returns the value of attribute parameter_name.
152 153 154 |
# File 'sig/types.rbs', line 152 def parameter_name @parameter_name end |
#source ⇒ ::String
Returns the value of attribute source.
154 155 156 |
# File 'sig/types.rbs', line 154 def source @source end |