#[non_exhaustive]pub struct RevokeEndpointAccessOutput { /* private fields */ }
Expand description
Describes an endpoint authorization for authorizing Redshift-managed VPC endpoint access to a cluster across Amazon Web Services accounts.
Implementations§
source§impl RevokeEndpointAccessOutput
impl RevokeEndpointAccessOutput
sourcepub fn grantee(&self) -> Option<&str>
pub fn grantee(&self) -> Option<&str>
The Amazon Web Services account ID of the grantee of the cluster.
sourcepub fn cluster_identifier(&self) -> Option<&str>
pub fn cluster_identifier(&self) -> Option<&str>
The cluster identifier.
The time (UTC) when the authorization was created.
sourcepub fn cluster_status(&self) -> Option<&str>
pub fn cluster_status(&self) -> Option<&str>
The status of the cluster.
sourcepub fn status(&self) -> Option<&AuthorizationStatus>
pub fn status(&self) -> Option<&AuthorizationStatus>
The status of the authorization action.
sourcepub fn allowed_all_vp_cs(&self) -> bool
pub fn allowed_all_vp_cs(&self) -> bool
Indicates whether all VPCs in the grantee account are allowed access to the cluster.
sourcepub fn allowed_vp_cs(&self) -> Option<&[String]>
pub fn allowed_vp_cs(&self) -> Option<&[String]>
The VPCs allowed access to the cluster.
sourcepub fn endpoint_count(&self) -> i32
pub fn endpoint_count(&self) -> i32
The number of Redshift-managed VPC endpoints created for the authorization.
source§impl RevokeEndpointAccessOutput
impl RevokeEndpointAccessOutput
sourcepub fn builder() -> RevokeEndpointAccessOutputBuilder
pub fn builder() -> RevokeEndpointAccessOutputBuilder
Creates a new builder-style object to manufacture RevokeEndpointAccessOutput
.
Trait Implementations§
source§impl Clone for RevokeEndpointAccessOutput
impl Clone for RevokeEndpointAccessOutput
source§fn clone(&self) -> RevokeEndpointAccessOutput
fn clone(&self) -> RevokeEndpointAccessOutput
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 RevokeEndpointAccessOutput
impl Debug for RevokeEndpointAccessOutput
source§impl PartialEq<RevokeEndpointAccessOutput> for RevokeEndpointAccessOutput
impl PartialEq<RevokeEndpointAccessOutput> for RevokeEndpointAccessOutput
source§fn eq(&self, other: &RevokeEndpointAccessOutput) -> bool
fn eq(&self, other: &RevokeEndpointAccessOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for RevokeEndpointAccessOutput
impl RequestId for RevokeEndpointAccessOutput
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.impl StructuralPartialEq for RevokeEndpointAccessOutput
Auto Trait Implementations§
impl RefUnwindSafe for RevokeEndpointAccessOutput
impl Send for RevokeEndpointAccessOutput
impl Sync for RevokeEndpointAccessOutput
impl Unpin for RevokeEndpointAccessOutput
impl UnwindSafe for RevokeEndpointAccessOutput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more