Struct rusoto_elasticache::CacheEngineVersion [] [src]

pub struct CacheEngineVersion {
    pub cache_engine_description: Option<String>,
    pub cache_engine_version_description: Option<String>,
    pub cache_parameter_group_family: Option<String>,
    pub engine: Option<String>,
    pub engine_version: Option<String>,
}

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

Fields

The description of the cache engine.

The description of the cache engine version.

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

Valid values are: memcached1.4 | redis2.6 | redis2.8 | redis3.2

The name of the cache engine.

The version number of the cache engine.

Trait Implementations

impl Default for CacheEngineVersion
[src]

Returns the "default value" for a type. Read more

impl Debug for CacheEngineVersion
[src]

Formats the value using the given formatter.

impl Clone for CacheEngineVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more