Class: Aws::ElastiCache::Types::CacheNodeTypeSpecificValue

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

Overview

A value that applies only to a certain cache node type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_node_typeString

The cache node type for which this value applies.

Returns:

  • (String)


954
955
956
957
958
959
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 954

class CacheNodeTypeSpecificValue < Struct.new(
  :cache_node_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The value for the cache node type.

Returns:

  • (String)


954
955
956
957
958
959
# File 'gems/aws-sdk-elasticache/lib/aws-sdk-elasticache/types.rb', line 954

class CacheNodeTypeSpecificValue < Struct.new(
  :cache_node_type,
  :value)
  SENSITIVE = []
  include Aws::Structure
end