Struct rusoto_elasticache::ReservedCacheNodeMessage[][src]

pub struct ReservedCacheNodeMessage {
    pub marker: Option<String>,
    pub reserved_cache_nodes: Option<Vec<ReservedCacheNode>>,
}

Represents the output of a DescribeReservedCacheNodes operation.

Fields

Provides an identifier to allow retrieval of paginated results.

A list of reserved cache nodes. Each element in the list contains detailed information about one node.

Trait Implementations

impl Default for ReservedCacheNodeMessage
[src]

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

impl Debug for ReservedCacheNodeMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedCacheNodeMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReservedCacheNodeMessage
[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