Struct aws_sdk_redshift::operation::batch_delete_cluster_snapshots::BatchDeleteClusterSnapshotsOutput
source · #[non_exhaustive]pub struct BatchDeleteClusterSnapshotsOutput { /* private fields */ }
Implementations§
source§impl BatchDeleteClusterSnapshotsOutput
impl BatchDeleteClusterSnapshotsOutput
sourcepub fn builder() -> BatchDeleteClusterSnapshotsOutputBuilder
pub fn builder() -> BatchDeleteClusterSnapshotsOutputBuilder
Creates a new builder-style object to manufacture BatchDeleteClusterSnapshotsOutput
.
Trait Implementations§
source§impl Clone for BatchDeleteClusterSnapshotsOutput
impl Clone for BatchDeleteClusterSnapshotsOutput
source§fn clone(&self) -> BatchDeleteClusterSnapshotsOutput
fn clone(&self) -> BatchDeleteClusterSnapshotsOutput
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<BatchDeleteClusterSnapshotsOutput> for BatchDeleteClusterSnapshotsOutput
impl PartialEq<BatchDeleteClusterSnapshotsOutput> for BatchDeleteClusterSnapshotsOutput
source§fn eq(&self, other: &BatchDeleteClusterSnapshotsOutput) -> bool
fn eq(&self, other: &BatchDeleteClusterSnapshotsOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for BatchDeleteClusterSnapshotsOutput
impl RequestId for BatchDeleteClusterSnapshotsOutput
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.