Class: Aws::ElastiCache::Types::CacheNodeTypeSpecificValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheNodeTypeSpecificValue
- Includes:
- Structure
- Defined in:
- 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
-
#cache_node_type ⇒ String
The cache node type for which this value applies.
-
#value ⇒ String
The value for the cache node type.
Instance Attribute Details
#cache_node_type ⇒ String
The cache node type for which this value applies.
950 951 952 953 954 955 |
# File 'lib/aws-sdk-elasticache/types.rb', line 950 class CacheNodeTypeSpecificValue < Struct.new( :cache_node_type, :value) SENSITIVE = [] include Aws::Structure end |
#value ⇒ String
The value for the cache node type.
950 951 952 953 954 955 |
# File 'lib/aws-sdk-elasticache/types.rb', line 950 class CacheNodeTypeSpecificValue < Struct.new( :cache_node_type, :value) SENSITIVE = [] include Aws::Structure end |