#[non_exhaustive]pub struct ModifyClusterDbRevisionInput { /* private fields */ }
Implementations§
source§impl ModifyClusterDbRevisionInput
impl ModifyClusterDbRevisionInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterDbRevision, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ModifyClusterDbRevision, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ModifyClusterDbRevision
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ModifyClusterDbRevisionInput
.
source§impl ModifyClusterDbRevisionInput
impl ModifyClusterDbRevisionInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The unique identifier of a cluster whose database revision you want to modify.
Example: examplecluster
sourcepub fn revision_target(&self) -> Option<&str>
pub fn revision_target(&self) -> Option<&str>
The identifier of the database revision. You can retrieve this value from the response to the DescribeClusterDbRevisions
request.
Trait Implementations§
source§impl Clone for ModifyClusterDbRevisionInput
impl Clone for ModifyClusterDbRevisionInput
source§fn clone(&self) -> ModifyClusterDbRevisionInput
fn clone(&self) -> ModifyClusterDbRevisionInput
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 Debug for ModifyClusterDbRevisionInput
impl Debug for ModifyClusterDbRevisionInput
source§impl PartialEq<ModifyClusterDbRevisionInput> for ModifyClusterDbRevisionInput
impl PartialEq<ModifyClusterDbRevisionInput> for ModifyClusterDbRevisionInput
source§fn eq(&self, other: &ModifyClusterDbRevisionInput) -> bool
fn eq(&self, other: &ModifyClusterDbRevisionInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.