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. Read more

impl Clone for CacheNodeTypeSpecificValue
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for CacheNodeTypeSpecificValue
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations