Struct rusoto_elasticache::ReservedCacheNodesOfferingMessage [] [src]

pub struct ReservedCacheNodesOfferingMessage {
    pub marker: Option<String>,
    pub reserved_cache_nodes_offerings: Option<Vec<ReservedCacheNodesOffering>>,
}

Represents the output of a DescribeReservedCacheNodesOfferings operation.

Fields

Provides an identifier to allow retrieval of paginated results.

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

Trait Implementations

impl Default for ReservedCacheNodesOfferingMessage
[src]

[src]

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

impl Debug for ReservedCacheNodesOfferingMessage
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedCacheNodesOfferingMessage
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations