Struct aws_sdk_redshift::operation::get_reserved_node_exchange_offerings::GetReservedNodeExchangeOfferingsOutput
source · #[non_exhaustive]pub struct GetReservedNodeExchangeOfferingsOutput {
pub marker: Option<String>,
pub reserved_node_offerings: Option<Vec<ReservedNodeOffering>>,
/* private fields */
}
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§
source§impl GetReservedNodeExchangeOfferingsOutput
impl GetReservedNodeExchangeOfferingsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
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.
sourcepub fn reserved_node_offerings(&self) -> &[ReservedNodeOffering]
pub fn reserved_node_offerings(&self) -> &[ReservedNodeOffering]
Returns an array of ReservedNodeOffering
objects.
If no value was sent for this field, a default will be set. If you want to determine if no value was sent, use .reserved_node_offerings.is_none()
.
source§impl GetReservedNodeExchangeOfferingsOutput
impl GetReservedNodeExchangeOfferingsOutput
sourcepub fn builder() -> GetReservedNodeExchangeOfferingsOutputBuilder
pub fn builder() -> GetReservedNodeExchangeOfferingsOutputBuilder
Creates a new builder-style object to manufacture GetReservedNodeExchangeOfferingsOutput
.
Trait Implementations§
source§impl Clone for GetReservedNodeExchangeOfferingsOutput
impl Clone for GetReservedNodeExchangeOfferingsOutput
source§fn clone(&self) -> GetReservedNodeExchangeOfferingsOutput
fn clone(&self) -> GetReservedNodeExchangeOfferingsOutput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq for GetReservedNodeExchangeOfferingsOutput
impl PartialEq for GetReservedNodeExchangeOfferingsOutput
source§fn eq(&self, other: &GetReservedNodeExchangeOfferingsOutput) -> bool
fn eq(&self, other: &GetReservedNodeExchangeOfferingsOutput) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetReservedNodeExchangeOfferingsOutput
impl RequestId for GetReservedNodeExchangeOfferingsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None
if the service could not be reached.