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
show all
Defined in:
(unknown)

Overview

Provides all of the details about a particular cache engine version.

Instance Attribute Summary collapse

Instance Attribute Details

#cache_engine_descriptionString

The description of the cache engine.

Returns:

  • (String)

    The description of the cache engine.

#cache_engine_version_descriptionString

The description of the cache engine version.

Returns:

  • (String)

    The description of the cache engine version.

#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 |

Returns:

  • (String)

    The name of the cache parameter group family associated with this cache engine.

#engineString

The name of the cache engine.

Returns:

  • (String)

    The name of the cache engine.

#engine_versionString

The version number of the cache engine.

Returns:

  • (String)

    The version number of the cache engine.