Struct aws_sdk_redshift::input::DisableSnapshotCopyInput
source · #[non_exhaustive]pub struct DisableSnapshotCopyInput { /* private fields */ }
Expand description
Implementations§
source§impl DisableSnapshotCopyInput
impl DisableSnapshotCopyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableSnapshotCopy, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DisableSnapshotCopy, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DisableSnapshotCopy
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DisableSnapshotCopyInput
.
source§impl DisableSnapshotCopyInput
impl DisableSnapshotCopyInput
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The unique identifier of the source cluster that you want to disable copying of snapshots to a destination region.
Constraints: Must be the valid name of an existing cluster that has cross-region snapshot copy enabled.
Trait Implementations§
source§impl Clone for DisableSnapshotCopyInput
impl Clone for DisableSnapshotCopyInput
source§fn clone(&self) -> DisableSnapshotCopyInput
fn clone(&self) -> DisableSnapshotCopyInput
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 DisableSnapshotCopyInput
impl Debug for DisableSnapshotCopyInput
source§impl PartialEq<DisableSnapshotCopyInput> for DisableSnapshotCopyInput
impl PartialEq<DisableSnapshotCopyInput> for DisableSnapshotCopyInput
source§fn eq(&self, other: &DisableSnapshotCopyInput) -> bool
fn eq(&self, other: &DisableSnapshotCopyInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.