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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-elasticache/types.rb

Overview

Status of the cache parameter group.

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>)


792
793
794
795
796
797
# File 'lib/aws-sdk-elasticache/types.rb', line 792

class CacheParameterGroupStatus < Struct.new(
  :cache_parameter_group_name,
  :parameter_apply_status,
  :cache_node_ids_to_reboot)
  include Aws::Structure
end

#cache_parameter_group_nameString

The name of the cache parameter group.

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-elasticache/types.rb', line 792

class CacheParameterGroupStatus < Struct.new(
  :cache_parameter_group_name,
  :parameter_apply_status,
  :cache_node_ids_to_reboot)
  include Aws::Structure
end

#parameter_apply_statusString

The status of parameter updates.

Returns:

  • (String)


792
793
794
795
796
797
# File 'lib/aws-sdk-elasticache/types.rb', line 792

class CacheParameterGroupStatus < Struct.new(
  :cache_parameter_group_name,
  :parameter_apply_status,
  :cache_node_ids_to_reboot)
  include Aws::Structure
end