Struct aws_sdk_redshift::output::authorize_endpoint_access_output::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for AuthorizeEndpointAccessOutput
Implementations
The Amazon Web Services account ID of the cluster owner.
The Amazon Web Services account ID of the cluster owner.
The Amazon Web Services account ID of the grantee of the cluster.
The Amazon Web Services account ID of the grantee of the cluster.
The cluster identifier.
The cluster identifier.
The time (UTC) when the authorization was created.
The time (UTC) when the authorization was created.
The status of the cluster.
The status of the cluster.
The status of the authorization action.
The status of the authorization action.
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
Appends an item to allowed_vp_cs
.
To override the contents of this collection use set_allowed_vp_cs
.
The VPCs allowed access to the cluster.
The VPCs allowed access to the cluster.
The number of Redshift-managed VPC endpoints created for the authorization.
The number of Redshift-managed VPC endpoints created for the authorization.
Consumes the builder and constructs a AuthorizeEndpointAccessOutput
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