Class: Aws::ElastiCache::Types::CacheParameterGroupStatus

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_node_ids_to_rebootArray<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.).

Returns:

  • (Array<String>)


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_nameString

The name of the cache parameter group.

Returns:

  • (String)


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_statusString

The status of parameter updates.

Returns:

  • (String)


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