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