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