#[non_exhaustive]pub struct DeleteEndpointGroupInput { /* private fields */ }Implementations
sourceimpl 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>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteEndpointGroupInput.
sourceimpl 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.
Trait Implementations
sourceimpl Clone for DeleteEndpointGroupInput
impl Clone for DeleteEndpointGroupInput
sourcefn clone(&self) -> DeleteEndpointGroupInput
fn clone(&self) -> DeleteEndpointGroupInput
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 Debug for DeleteEndpointGroupInput
impl Debug for DeleteEndpointGroupInput
sourceimpl PartialEq<DeleteEndpointGroupInput> for DeleteEndpointGroupInput
impl PartialEq<DeleteEndpointGroupInput> for DeleteEndpointGroupInput
sourcefn eq(&self, other: &DeleteEndpointGroupInput) -> bool
fn eq(&self, other: &DeleteEndpointGroupInput) -> bool
impl StructuralPartialEq for DeleteEndpointGroupInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteEndpointGroupInput
impl Send for DeleteEndpointGroupInput
impl Sync for DeleteEndpointGroupInput
impl Unpin for DeleteEndpointGroupInput
impl UnwindSafe for DeleteEndpointGroupInput
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