Struct aws_sdk_redshift::operation::describe_node_configuration_options::DescribeNodeConfigurationOptionsOutput
source · #[non_exhaustive]pub struct DescribeNodeConfigurationOptionsOutput { /* private fields */ }
Implementations§
source§impl DescribeNodeConfigurationOptionsOutput
impl DescribeNodeConfigurationOptionsOutput
sourcepub fn node_configuration_option_list(
&self
) -> Option<&[NodeConfigurationOption]>
pub fn node_configuration_option_list( &self ) -> Option<&[NodeConfigurationOption]>
A list of valid node configurations.
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A value that indicates the starting point for the next set of response records in a subsequent request. If a value is returned in a response, you can retrieve the next set of records by providing this returned marker value in the Marker
parameter and retrying the command. If the Marker
field is empty, all response records have been retrieved for the request.
source§impl DescribeNodeConfigurationOptionsOutput
impl DescribeNodeConfigurationOptionsOutput
sourcepub fn builder() -> DescribeNodeConfigurationOptionsOutputBuilder
pub fn builder() -> DescribeNodeConfigurationOptionsOutputBuilder
Creates a new builder-style object to manufacture DescribeNodeConfigurationOptionsOutput
.
Trait Implementations§
source§impl Clone for DescribeNodeConfigurationOptionsOutput
impl Clone for DescribeNodeConfigurationOptionsOutput
source§fn clone(&self) -> DescribeNodeConfigurationOptionsOutput
fn clone(&self) -> DescribeNodeConfigurationOptionsOutput
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<DescribeNodeConfigurationOptionsOutput> for DescribeNodeConfigurationOptionsOutput
impl PartialEq<DescribeNodeConfigurationOptionsOutput> for DescribeNodeConfigurationOptionsOutput
source§fn eq(&self, other: &DescribeNodeConfigurationOptionsOutput) -> bool
fn eq(&self, other: &DescribeNodeConfigurationOptionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeNodeConfigurationOptionsOutput
impl RequestId for DescribeNodeConfigurationOptionsOutput
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 DescribeNodeConfigurationOptionsOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeNodeConfigurationOptionsOutput
impl Send for DescribeNodeConfigurationOptionsOutput
impl Sync for DescribeNodeConfigurationOptionsOutput
impl Unpin for DescribeNodeConfigurationOptionsOutput
impl UnwindSafe for DescribeNodeConfigurationOptionsOutput
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