Struct aws_sdk_globalaccelerator::operation::delete_custom_routing_endpoint_group::DeleteCustomRoutingEndpointGroupInput
source · #[non_exhaustive]pub struct DeleteCustomRoutingEndpointGroupInput { /* private fields */ }Implementations§
source§impl DeleteCustomRoutingEndpointGroupInput
impl DeleteCustomRoutingEndpointGroupInput
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 delete.
source§impl DeleteCustomRoutingEndpointGroupInput
impl DeleteCustomRoutingEndpointGroupInput
sourcepub fn builder() -> DeleteCustomRoutingEndpointGroupInputBuilder
pub fn builder() -> DeleteCustomRoutingEndpointGroupInputBuilder
Creates a new builder-style object to manufacture DeleteCustomRoutingEndpointGroupInput.
source§impl DeleteCustomRoutingEndpointGroupInput
impl DeleteCustomRoutingEndpointGroupInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteCustomRoutingEndpointGroup, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCustomRoutingEndpointGroup>
Trait Implementations§
source§impl Clone for DeleteCustomRoutingEndpointGroupInput
impl Clone for DeleteCustomRoutingEndpointGroupInput
source§fn clone(&self) -> DeleteCustomRoutingEndpointGroupInput
fn clone(&self) -> DeleteCustomRoutingEndpointGroupInput
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<DeleteCustomRoutingEndpointGroupInput> for DeleteCustomRoutingEndpointGroupInput
impl PartialEq<DeleteCustomRoutingEndpointGroupInput> for DeleteCustomRoutingEndpointGroupInput
source§fn eq(&self, other: &DeleteCustomRoutingEndpointGroupInput) -> bool
fn eq(&self, other: &DeleteCustomRoutingEndpointGroupInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.