Struct aws_sdk_redshift::operation::get_reserved_node_exchange_configuration_options::GetReservedNodeExchangeConfigurationOptionsOutput
source · #[non_exhaustive]pub struct GetReservedNodeExchangeConfigurationOptionsOutput { /* private fields */ }
Implementations§
source§impl GetReservedNodeExchangeConfigurationOptionsOutput
impl GetReservedNodeExchangeConfigurationOptionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A pagination token provided by a previous GetReservedNodeExchangeConfigurationOptions
request.
sourcepub fn reserved_node_configuration_option_list(
&self
) -> Option<&[ReservedNodeConfigurationOption]>
pub fn reserved_node_configuration_option_list( &self ) -> Option<&[ReservedNodeConfigurationOption]>
the configuration options for the reserved-node exchange. These options include information about the source reserved node and target reserved node. Details include the node type, the price, the node count, and the offering type.
source§impl GetReservedNodeExchangeConfigurationOptionsOutput
impl GetReservedNodeExchangeConfigurationOptionsOutput
sourcepub fn builder() -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
pub fn builder() -> GetReservedNodeExchangeConfigurationOptionsOutputBuilder
Creates a new builder-style object to manufacture GetReservedNodeExchangeConfigurationOptionsOutput
.
Trait Implementations§
source§impl Clone for GetReservedNodeExchangeConfigurationOptionsOutput
impl Clone for GetReservedNodeExchangeConfigurationOptionsOutput
source§fn clone(&self) -> GetReservedNodeExchangeConfigurationOptionsOutput
fn clone(&self) -> GetReservedNodeExchangeConfigurationOptionsOutput
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<GetReservedNodeExchangeConfigurationOptionsOutput> for GetReservedNodeExchangeConfigurationOptionsOutput
impl PartialEq<GetReservedNodeExchangeConfigurationOptionsOutput> for GetReservedNodeExchangeConfigurationOptionsOutput
source§fn eq(&self, other: &GetReservedNodeExchangeConfigurationOptionsOutput) -> bool
fn eq(&self, other: &GetReservedNodeExchangeConfigurationOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for GetReservedNodeExchangeConfigurationOptionsOutput
impl RequestId for GetReservedNodeExchangeConfigurationOptionsOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for GetReservedNodeExchangeConfigurationOptionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for GetReservedNodeExchangeConfigurationOptionsOutput
impl Send for GetReservedNodeExchangeConfigurationOptionsOutput
impl Sync for GetReservedNodeExchangeConfigurationOptionsOutput
impl Unpin for GetReservedNodeExchangeConfigurationOptionsOutput
impl UnwindSafe for GetReservedNodeExchangeConfigurationOptionsOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more