Struct aws_sdk_redshift::output::DescribeReservedNodeExchangeStatusOutput [−][src]
#[non_exhaustive]pub struct DescribeReservedNodeExchangeStatusOutput {
pub reserved_node_exchange_status_details: Option<Vec<ReservedNodeExchangeStatus>>,
pub marker: 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_exchange_status_details: Option<Vec<ReservedNodeExchangeStatus>>
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
marker: Option<String>
A pagination token provided by a previous DescribeReservedNodeExchangeStatus
request.
Implementations
The details of the reserved-node exchange request, including the status, request time, source reserved-node identifier, and additional details.
Creates a new builder-style object to manufacture DescribeReservedNodeExchangeStatusOutput
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