Struct aws_sdk_redshift::input::revoke_endpoint_access_input::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for RevokeEndpointAccessInput
Implementations
The cluster to revoke access from.
The cluster to revoke access from.
The Amazon Web Services account ID whose access is to be revoked.
The Amazon Web Services account ID whose access is to be revoked.
Appends an item to vpc_ids
.
To override the contents of this collection use set_vpc_ids
.
The virtual private cloud (VPC) identifiers for which access is to be revoked.
The virtual private cloud (VPC) identifiers for which access is to be revoked.
Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
Indicates whether to force the revoke action. If true, the Redshift-managed VPC endpoints associated with the endpoint authorization are also deleted.
Consumes the builder and constructs a RevokeEndpointAccessInput
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