Class: Aws::ElastiCache::Types::CacheEngineVersion
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElastiCache::Types::CacheEngineVersion
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticache/types.rb
Overview
Provides all of the details about a particular cache engine version.
Constant Summary collapse
- SENSITIVE =
[]
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.
673 674 675 676 677 678 679 680 681 |
# File 'lib/aws-sdk-elasticache/types.rb', line 673 class CacheEngineVersion < Struct.new( :engine, :engine_version, :cache_parameter_group_family, :cache_engine_description, :cache_engine_version_description) SENSITIVE = [] include Aws::Structure end |
#cache_engine_version_description ⇒ String
The description of the cache engine version.
673 674 675 676 677 678 679 680 681 |
# File 'lib/aws-sdk-elasticache/types.rb', line 673 class CacheEngineVersion < Struct.new( :engine, :engine_version, :cache_parameter_group_family, :cache_engine_description, :cache_engine_version_description) SENSITIVE = [] include Aws::Structure end |
#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` | `redis7`
673 674 675 676 677 678 679 680 681 |
# File 'lib/aws-sdk-elasticache/types.rb', line 673 class CacheEngineVersion < Struct.new( :engine, :engine_version, :cache_parameter_group_family, :cache_engine_description, :cache_engine_version_description) SENSITIVE = [] include Aws::Structure end |
#engine ⇒ String
The name of the cache engine.
673 674 675 676 677 678 679 680 681 |
# File 'lib/aws-sdk-elasticache/types.rb', line 673 class CacheEngineVersion < Struct.new( :engine, :engine_version, :cache_parameter_group_family, :cache_engine_description, :cache_engine_version_description) SENSITIVE = [] include Aws::Structure end |
#engine_version ⇒ String
The version number of the cache engine.
673 674 675 676 677 678 679 680 681 |
# File 'lib/aws-sdk-elasticache/types.rb', line 673 class CacheEngineVersion < Struct.new( :engine, :engine_version, :cache_parameter_group_family, :cache_engine_description, :cache_engine_version_description) SENSITIVE = [] include Aws::Structure end |