Struct aws_sdk_globalaccelerator::operation::describe_custom_routing_endpoint_group::DescribeCustomRoutingEndpointGroupInput
source · #[non_exhaustive]pub struct DescribeCustomRoutingEndpointGroupInput { /* private fields */ }Implementations§
source§impl DescribeCustomRoutingEndpointGroupInput
impl DescribeCustomRoutingEndpointGroupInput
sourcepub fn endpoint_group_arn(&self) -> Option<&str>
pub fn endpoint_group_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the endpoint group to describe.
source§impl DescribeCustomRoutingEndpointGroupInput
impl DescribeCustomRoutingEndpointGroupInput
sourcepub fn builder() -> DescribeCustomRoutingEndpointGroupInputBuilder
pub fn builder() -> DescribeCustomRoutingEndpointGroupInputBuilder
Creates a new builder-style object to manufacture DescribeCustomRoutingEndpointGroupInput.
source§impl DescribeCustomRoutingEndpointGroupInput
impl DescribeCustomRoutingEndpointGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DescribeCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DescribeCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DescribeCustomRoutingEndpointGroup>
Trait Implementations§
source§impl Clone for DescribeCustomRoutingEndpointGroupInput
impl Clone for DescribeCustomRoutingEndpointGroupInput
source§fn clone(&self) -> DescribeCustomRoutingEndpointGroupInput
fn clone(&self) -> DescribeCustomRoutingEndpointGroupInput
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<DescribeCustomRoutingEndpointGroupInput> for DescribeCustomRoutingEndpointGroupInput
impl PartialEq<DescribeCustomRoutingEndpointGroupInput> for DescribeCustomRoutingEndpointGroupInput
source§fn eq(&self, other: &DescribeCustomRoutingEndpointGroupInput) -> bool
fn eq(&self, other: &DescribeCustomRoutingEndpointGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.