Struct aws_sdk_redshift::operation::describe_cluster_db_revisions::DescribeClusterDbRevisionsOutput
source · #[non_exhaustive]pub struct DescribeClusterDbRevisionsOutput { /* private fields */ }
Implementations§
source§impl DescribeClusterDbRevisionsOutput
impl DescribeClusterDbRevisionsOutput
sourcepub fn marker(&self) -> Option<&str>
pub fn marker(&self) -> Option<&str>
A string representing the starting point for the next set of revisions. If a value is returned in a response, you can retrieve the next set of revisions by providing the value in the marker
parameter and retrying the command. If the marker
field is empty, all revisions have already been returned.
sourcepub fn cluster_db_revisions(&self) -> Option<&[ClusterDbRevision]>
pub fn cluster_db_revisions(&self) -> Option<&[ClusterDbRevision]>
A list of revisions.
source§impl DescribeClusterDbRevisionsOutput
impl DescribeClusterDbRevisionsOutput
sourcepub fn builder() -> DescribeClusterDbRevisionsOutputBuilder
pub fn builder() -> DescribeClusterDbRevisionsOutputBuilder
Creates a new builder-style object to manufacture DescribeClusterDbRevisionsOutput
.
Trait Implementations§
source§impl Clone for DescribeClusterDbRevisionsOutput
impl Clone for DescribeClusterDbRevisionsOutput
source§fn clone(&self) -> DescribeClusterDbRevisionsOutput
fn clone(&self) -> DescribeClusterDbRevisionsOutput
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<DescribeClusterDbRevisionsOutput> for DescribeClusterDbRevisionsOutput
impl PartialEq<DescribeClusterDbRevisionsOutput> for DescribeClusterDbRevisionsOutput
source§fn eq(&self, other: &DescribeClusterDbRevisionsOutput) -> bool
fn eq(&self, other: &DescribeClusterDbRevisionsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeClusterDbRevisionsOutput
impl RequestId for DescribeClusterDbRevisionsOutput
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.