#[non_exhaustive]pub struct DeleteCustomRoutingEndpointGroupInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCustomRoutingEndpointGroupInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteCustomRoutingEndpointGroupInput
impl Clone for DeleteCustomRoutingEndpointGroupInput
sourcefn clone(&self) -> DeleteCustomRoutingEndpointGroupInput
fn clone(&self) -> DeleteCustomRoutingEndpointGroupInput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl PartialEq<DeleteCustomRoutingEndpointGroupInput> for DeleteCustomRoutingEndpointGroupInput
impl PartialEq<DeleteCustomRoutingEndpointGroupInput> for DeleteCustomRoutingEndpointGroupInput
sourcefn eq(&self, other: &DeleteCustomRoutingEndpointGroupInput) -> bool
fn eq(&self, other: &DeleteCustomRoutingEndpointGroupInput) -> bool
impl StructuralPartialEq for DeleteCustomRoutingEndpointGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCustomRoutingEndpointGroupInput
impl Send for DeleteCustomRoutingEndpointGroupInput
impl Sync for DeleteCustomRoutingEndpointGroupInput
impl Unpin for DeleteCustomRoutingEndpointGroupInput
impl UnwindSafe for DeleteCustomRoutingEndpointGroupInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more