Struct aws_sdk_globalaccelerator::operation::create_custom_routing_endpoint_group::CreateCustomRoutingEndpointGroupOutput
source · #[non_exhaustive]pub struct CreateCustomRoutingEndpointGroupOutput { /* private fields */ }Implementations§
source§impl CreateCustomRoutingEndpointGroupOutput
impl CreateCustomRoutingEndpointGroupOutput
sourcepub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
pub fn endpoint_group(&self) -> Option<&CustomRoutingEndpointGroup>
The information about the endpoint group created for a custom routing accelerator.
source§impl CreateCustomRoutingEndpointGroupOutput
impl CreateCustomRoutingEndpointGroupOutput
sourcepub fn builder() -> CreateCustomRoutingEndpointGroupOutputBuilder
pub fn builder() -> CreateCustomRoutingEndpointGroupOutputBuilder
Creates a new builder-style object to manufacture CreateCustomRoutingEndpointGroupOutput.
Trait Implementations§
source§impl Clone for CreateCustomRoutingEndpointGroupOutput
impl Clone for CreateCustomRoutingEndpointGroupOutput
source§fn clone(&self) -> CreateCustomRoutingEndpointGroupOutput
fn clone(&self) -> CreateCustomRoutingEndpointGroupOutput
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<CreateCustomRoutingEndpointGroupOutput> for CreateCustomRoutingEndpointGroupOutput
impl PartialEq<CreateCustomRoutingEndpointGroupOutput> for CreateCustomRoutingEndpointGroupOutput
source§fn eq(&self, other: &CreateCustomRoutingEndpointGroupOutput) -> bool
fn eq(&self, other: &CreateCustomRoutingEndpointGroupOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for CreateCustomRoutingEndpointGroupOutput
impl RequestId for CreateCustomRoutingEndpointGroupOutput
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.