[][src]Struct rusoto_elasticache::CacheEngineVersion

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 PartialEq<CacheEngineVersion> for CacheEngineVersion
[src]

impl Default for CacheEngineVersion
[src]

impl Clone for CacheEngineVersion
[src]

Performs copy-assignment from source. Read more

impl Debug for CacheEngineVersion
[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same for T

Should always be Self

impl<T> Erased for T