Struct aws_sdk_redshift::input::RevokeSnapshotAccessInput
source · #[non_exhaustive]pub struct RevokeSnapshotAccessInput { /* private fields */ }
Expand description
Implementations§
source§impl RevokeSnapshotAccessInput
impl RevokeSnapshotAccessInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RevokeSnapshotAccess, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RevokeSnapshotAccess, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RevokeSnapshotAccess
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RevokeSnapshotAccessInput
.
source§impl RevokeSnapshotAccessInput
impl RevokeSnapshotAccessInput
sourcepub fn snapshot_identifier(&self) -> Option<&str>
pub fn snapshot_identifier(&self) -> Option<&str>
The identifier of the snapshot that the account can no longer access.
sourcepub fn snapshot_arn(&self) -> Option<&str>
pub fn snapshot_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the snapshot associated with the message to revoke access.
sourcepub fn snapshot_cluster_identifier(&self) -> Option<&str>
pub fn snapshot_cluster_identifier(&self) -> Option<&str>
The identifier of the cluster the snapshot was created from. This parameter is required if your IAM user has a policy containing a snapshot resource element that specifies anything other than * for the cluster name.
sourcepub fn account_with_restore_access(&self) -> Option<&str>
pub fn account_with_restore_access(&self) -> Option<&str>
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
Trait Implementations§
source§impl Clone for RevokeSnapshotAccessInput
impl Clone for RevokeSnapshotAccessInput
source§fn clone(&self) -> RevokeSnapshotAccessInput
fn clone(&self) -> RevokeSnapshotAccessInput
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 RevokeSnapshotAccessInput
impl Debug for RevokeSnapshotAccessInput
source§impl PartialEq<RevokeSnapshotAccessInput> for RevokeSnapshotAccessInput
impl PartialEq<RevokeSnapshotAccessInput> for RevokeSnapshotAccessInput
source§fn eq(&self, other: &RevokeSnapshotAccessInput) -> bool
fn eq(&self, other: &RevokeSnapshotAccessInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.