[][src]Struct rusoto_elasticache::ReservedCacheNodesOfferingMessage

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

Represents the output of a DescribeReservedCacheNodesOfferings operation.

Fields

marker: Option<String>

Provides an identifier to allow retrieval of paginated results.

reserved_cache_nodes_offerings: Option<Vec<ReservedCacheNodesOffering>>

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

Trait Implementations

impl Clone for ReservedCacheNodesOfferingMessage[src]

impl Debug for ReservedCacheNodesOfferingMessage[src]

impl Default for ReservedCacheNodesOfferingMessage[src]

impl PartialEq<ReservedCacheNodesOfferingMessage> for ReservedCacheNodesOfferingMessage[src]

impl StructuralPartialEq for ReservedCacheNodesOfferingMessage[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = Infallible

The type returned in the event of a conversion error.

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

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.