#[non_exhaustive]pub struct DescribeEndpointAccessOutput { /* private fields */ }
Implementations§
source§impl DescribeEndpointAccessOutput
impl DescribeEndpointAccessOutput
sourcepub fn endpoint_access_list(&self) -> Option<&[EndpointAccess]>
pub fn endpoint_access_list(&self) -> Option<&[EndpointAccess]>
The list of endpoints with access to the cluster.
source§impl DescribeEndpointAccessOutput
impl DescribeEndpointAccessOutput
sourcepub fn builder() -> DescribeEndpointAccessOutputBuilder
pub fn builder() -> DescribeEndpointAccessOutputBuilder
Creates a new builder-style object to manufacture DescribeEndpointAccessOutput
.
Trait Implementations§
source§impl Clone for DescribeEndpointAccessOutput
impl Clone for DescribeEndpointAccessOutput
source§fn clone(&self) -> DescribeEndpointAccessOutput
fn clone(&self) -> DescribeEndpointAccessOutput
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 DescribeEndpointAccessOutput
impl Debug for DescribeEndpointAccessOutput
source§impl PartialEq<DescribeEndpointAccessOutput> for DescribeEndpointAccessOutput
impl PartialEq<DescribeEndpointAccessOutput> for DescribeEndpointAccessOutput
source§fn eq(&self, other: &DescribeEndpointAccessOutput) -> bool
fn eq(&self, other: &DescribeEndpointAccessOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeEndpointAccessOutput
impl RequestId for DescribeEndpointAccessOutput
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 DescribeEndpointAccessOutput
Auto Trait Implementations§
impl RefUnwindSafe for DescribeEndpointAccessOutput
impl Send for DescribeEndpointAccessOutput
impl Sync for DescribeEndpointAccessOutput
impl Unpin for DescribeEndpointAccessOutput
impl UnwindSafe for DescribeEndpointAccessOutput
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