Struct aws_sdk_redshift::model::ReservedNodeConfigurationOption [−][src]
#[non_exhaustive]pub struct ReservedNodeConfigurationOption {
pub source_reserved_node: Option<ReservedNode>,
pub target_reserved_node_count: i32,
pub target_reserved_node_offering: Option<ReservedNodeOffering>,
}
Expand description
Details for a reserved-node exchange. Examples include the node type for a reserved node, the price for a node, the node's state, and other details.
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.source_reserved_node: Option<ReservedNode>
Describes a reserved node. You can call the DescribeReservedNodeOfferings
API to obtain the available reserved node offerings.
target_reserved_node_count: i32
The target reserved-node count.
target_reserved_node_offering: Option<ReservedNodeOffering>
Describes a reserved node offering.
Implementations
Describes a reserved node. You can call the DescribeReservedNodeOfferings
API to obtain the available reserved node offerings.
The target reserved-node count.
Describes a reserved node offering.
Creates a new builder-style object to manufacture ReservedNodeConfigurationOption
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 ReservedNodeConfigurationOption
impl Sync for ReservedNodeConfigurationOption
impl Unpin for ReservedNodeConfigurationOption
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