Struct aws_sdk_redshift::output::GetReservedNodeExchangeOfferingsOutput [−][src]
#[non_exhaustive]pub struct GetReservedNodeExchangeOfferingsOutput {
pub marker: Option<String>,
pub reserved_node_offerings: Option<Vec<ReservedNodeOffering>>,
}
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.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.
Implementations
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.
Returns an array of ReservedNodeOffering objects.
Creates a new builder-style object to manufacture GetReservedNodeExchangeOfferingsOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more