Class: Aws::ElastiCache::Types::CacheEngineVersion

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cache_engine_descriptionString

The description of the cache engine.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-elasticache/types.rb', line 675

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_descriptionString

The description of the cache engine version.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-elasticache/types.rb', line 675

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_familyString

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`

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-elasticache/types.rb', line 675

class CacheEngineVersion < Struct.new(
  :engine,
  :engine_version,
  :cache_parameter_group_family,
  :cache_engine_description,
  :cache_engine_version_description)
  SENSITIVE = []
  include Aws::Structure
end

#engineString

The name of the cache engine.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-elasticache/types.rb', line 675

class CacheEngineVersion < Struct.new(
  :engine,
  :engine_version,
  :cache_parameter_group_family,
  :cache_engine_description,
  :cache_engine_version_description)
  SENSITIVE = []
  include Aws::Structure
end

#engine_versionString

The version number of the cache engine.

Returns:

  • (String)


675
676
677
678
679
680
681
682
683
# File 'lib/aws-sdk-elasticache/types.rb', line 675

class CacheEngineVersion < Struct.new(
  :engine,
  :engine_version,
  :cache_parameter_group_family,
  :cache_engine_description,
  :cache_engine_version_description)
  SENSITIVE = []
  include Aws::Structure
end