Struct aws_sdk_redshift::input::revoke_snapshot_access_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RevokeSnapshotAccessInput
Implementations
The identifier of the snapshot that the account can no longer access.
The identifier of the snapshot that the account can no longer access.
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.
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.
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
The identifier of the Amazon Web Services account that can no longer restore the specified snapshot.
Consumes the builder and constructs a RevokeSnapshotAccessInput
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
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