You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ElastiCache::Types::CacheEngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheEngineVersion
- Defined in:
- (unknown)
Overview
Provides all of the details about a particular cache engine version.
Instance Attribute Summary collapse
-
#cache_engine_description ⇒ String
The description of the cache engine.
-
#cache_engine_version_description ⇒ String
The description of the cache engine version.
-
#cache_parameter_group_family ⇒ String
The name of the cache parameter group family associated with this cache engine.
-
#engine ⇒ String
The name of the cache engine.
-
#engine_version ⇒ String
The version number of the cache engine.
Instance Attribute Details
#cache_engine_description ⇒ String
The description of the cache engine.
#cache_engine_version_description ⇒ String
The description of the cache engine version.
#cache_parameter_group_family ⇒ String
The name of the cache parameter group family associated with this cache engine.
Valid values are: memcached1.4
| memcached1.5
| memcached1.6
|
redis2.6
| redis2.8
| redis3.2
| redis4.0
| redis5.0
|
redis6.x
|
#engine ⇒ String
The name of the cache engine.
#engine_version ⇒ String
The version number of the cache engine.