Struct aws_sdk_redshift::input::GetReservedNodeExchangeOfferingsInput [−][src]
#[non_exhaustive]pub struct GetReservedNodeExchangeOfferingsInput {
pub reserved_node_id: Option<String>,
pub max_records: Option<i32>,
pub marker: Option<String>,
}
Expand description
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.reserved_node_id: Option<String>
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
max_records: Option<i32>
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
marker: Option<String>
A value that indicates the starting point for the next set of ReservedNodeOfferings.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetReservedNodeExchangeOfferings, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetReservedNodeExchangeOfferings, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<GetReservedNodeExchangeOfferings
>
Creates a new builder-style object to manufacture GetReservedNodeExchangeOfferingsInput
A string representing the node identifier for the DC1 Reserved Node to be exchanged.
An integer setting the maximum number of ReservedNodeOfferings to retrieve.
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