#[non_exhaustive]pub struct DescribeClusterDbRevisionsOutput {
pub marker: Option<String>,
pub cluster_db_revisions: Option<Vec<ClusterDbRevision>>,
}
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.marker: Option<String>
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.
cluster_db_revisions: Option<Vec<ClusterDbRevision>>
A list of revisions.
Implementations
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.
A list of revisions.
Creates a new builder-style object to manufacture DescribeClusterDbRevisionsOutput
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 DescribeClusterDbRevisionsOutput
impl Sync for DescribeClusterDbRevisionsOutput
impl Unpin for DescribeClusterDbRevisionsOutput
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