Class: Aws::ElastiCache::Types::CacheParameterGroupStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheParameterGroupStatus
- Defined in:
- gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb
Overview
Status of the cache parameter group.
Constant Summary collapse
- SENSITIVE =
[]
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.).
1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1133 class CacheParameterGroupStatus < Struct.new( :cache_parameter_group_name, :parameter_apply_status, :cache_node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |
#cache_parameter_group_name ⇒ String
The name of the cache parameter group.
1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1133 class CacheParameterGroupStatus < Struct.new( :cache_parameter_group_name, :parameter_apply_status, :cache_node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |
#parameter_apply_status ⇒ String
The status of parameter updates.
1133 1134 1135 1136 1137 1138 1139 |
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 1133 class CacheParameterGroupStatus < Struct.new( :cache_parameter_group_name, :parameter_apply_status, :cache_node_ids_to_reboot) SENSITIVE = [] include Aws::Structure end |