Class: Aws::Types::CacheParameterGroupStatus
- Inherits:
-
Object
- Object
- Aws::Types::CacheParameterGroupStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#cache_node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_reboot.
-
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
-
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
Instance Attribute Details
#cache_node_ids_to_reboot ⇒ ::Array[::String]
Returns the value of attribute cache_node_ids_to_reboot.
215 216 217 |
# File 'sig/types.rbs', line 215 def cache_node_ids_to_reboot @cache_node_ids_to_reboot end |
#cache_parameter_group_name ⇒ ::String
Returns the value of attribute cache_parameter_group_name.
213 214 215 |
# File 'sig/types.rbs', line 213 def cache_parameter_group_name @cache_parameter_group_name end |
#parameter_apply_status ⇒ ::String
Returns the value of attribute parameter_apply_status.
214 215 216 |
# File 'sig/types.rbs', line 214 def parameter_apply_status @parameter_apply_status end |