[][src]Struct rusoto_redshift::GetReservedNodeExchangeOfferingsOutputMessage

pub struct GetReservedNodeExchangeOfferingsOutputMessage {
    pub marker: Option<String>,
    pub reserved_node_offerings: Option<Vec<ReservedNodeOffering>>,
}

Fields

marker: Option<String>

An optional parameter that specifies the starting point for returning a set of response records. When the results of a GetReservedNodeExchangeOfferings request exceed the value specified in MaxRecords, Amazon Redshift returns a value in the marker field of the response. You can retrieve the next set of response records by providing the returned marker value in the marker parameter and retrying the request.

reserved_node_offerings: Option<Vec<ReservedNodeOffering>>

Returns an array of ReservedNodeOffering objects.

Trait Implementations

impl Clone for GetReservedNodeExchangeOfferingsOutputMessage[src]

impl Debug for GetReservedNodeExchangeOfferingsOutputMessage[src]

impl Default for GetReservedNodeExchangeOfferingsOutputMessage[src]

impl PartialEq<GetReservedNodeExchangeOfferingsOutputMessage> for GetReservedNodeExchangeOfferingsOutputMessage[src]

impl StructuralPartialEq for GetReservedNodeExchangeOfferingsOutputMessage[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> 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.