#[non_exhaustive]pub struct AcceptReservedNodeExchangeInput {
pub reserved_node_id: Option<String>,
pub target_reserved_node_offering_id: Option<String>,
}
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 of the DC1 Reserved Node to be exchanged.
target_reserved_node_offering_id: Option<String>
The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptReservedNodeExchange, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AcceptReservedNodeExchange, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AcceptReservedNodeExchange
>
Creates a new builder-style object to manufacture AcceptReservedNodeExchangeInput
A string representing the node identifier of the DC1 Reserved Node to be exchanged.
The unique identifier of the DC2 Reserved Node offering to be used for the exchange. You can obtain the value for the parameter by calling GetReservedNodeExchangeOfferings
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
impl Send for AcceptReservedNodeExchangeInput
impl Sync for AcceptReservedNodeExchangeInput
impl Unpin for AcceptReservedNodeExchangeInput
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