Struct aws_sdk_redshift::operation::describe_endpoint_authorization::DescribeEndpointAuthorizationOutput
source · #[non_exhaustive]pub struct DescribeEndpointAuthorizationOutput { /* private fields */ }
Implementations§
source§impl DescribeEndpointAuthorizationOutput
impl DescribeEndpointAuthorizationOutput
The authorizations to an endpoint.
source§impl DescribeEndpointAuthorizationOutput
impl DescribeEndpointAuthorizationOutput
sourcepub fn builder() -> DescribeEndpointAuthorizationOutputBuilder
pub fn builder() -> DescribeEndpointAuthorizationOutputBuilder
Creates a new builder-style object to manufacture DescribeEndpointAuthorizationOutput
.
Trait Implementations§
source§impl Clone for DescribeEndpointAuthorizationOutput
impl Clone for DescribeEndpointAuthorizationOutput
source§fn clone(&self) -> DescribeEndpointAuthorizationOutput
fn clone(&self) -> DescribeEndpointAuthorizationOutput
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 PartialEq<DescribeEndpointAuthorizationOutput> for DescribeEndpointAuthorizationOutput
impl PartialEq<DescribeEndpointAuthorizationOutput> for DescribeEndpointAuthorizationOutput
source§fn eq(&self, other: &DescribeEndpointAuthorizationOutput) -> bool
fn eq(&self, other: &DescribeEndpointAuthorizationOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for DescribeEndpointAuthorizationOutput
impl RequestId for DescribeEndpointAuthorizationOutput
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.