You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElastiCache::Types::CacheParameterGroupStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheParameterGroupStatus
- Defined in:
- (unknown)
Overview
Status of the cache parameter group.
Returned by:
Instance Attribute Summary collapse
-
#cache_node_ids_to_reboot ⇒ Array<String>
A list of the cache node IDs which need to be rebooted for parameter changes to be applied.
-
#cache_parameter_group_name ⇒ String
The name of the cache parameter group.
-
#parameter_apply_status ⇒ String
The status of parameter updates.
Instance Attribute Details
#cache_node_ids_to_reboot ⇒ Array<String>
A list of the cache node IDs which need to be rebooted for parameter changes to be applied. A node ID is a numeric identifier (0001, 0002, etc.).
#cache_parameter_group_name ⇒ String
The name of the cache parameter group.
#parameter_apply_status ⇒ String
The status of parameter updates.