Struct rusoto_elasticache::CacheNodeTypeSpecificValue [] [src]

pub struct CacheNodeTypeSpecificValue {
    pub cache_node_type: Option<String>,
    pub value: Option<String>,
}

A value that applies only to a certain cache node type.

Fields

The cache node type for which this value applies.

The value for the cache node type.

Trait Implementations

impl Default for CacheNodeTypeSpecificValue
[src]

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

impl Debug for CacheNodeTypeSpecificValue
[src]

Formats the value using the given formatter.

impl Clone for CacheNodeTypeSpecificValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more