Struct rusoto_redshift::ReservedNodeOfferingsMessage[][src]

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

Fields

A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker parameter and retrying the command. If the Marker field is empty, all response records have been retrieved for the request.

A list of ReservedNodeOffering objects.

Trait Implementations

impl Default for ReservedNodeOfferingsMessage
[src]

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

impl Debug for ReservedNodeOfferingsMessage
[src]

Formats the value using the given formatter. Read more

impl Clone for ReservedNodeOfferingsMessage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

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