#[non_exhaustive]pub struct RemoveEndpointsInput { /* private fields */ }Implementations§
source§impl RemoveEndpointsInput
impl RemoveEndpointsInput
sourcepub fn endpoint_identifiers(&self) -> Option<&[EndpointIdentifier]>
pub fn endpoint_identifiers(&self) -> Option<&[EndpointIdentifier]>
The identifiers of the endpoints that you want to remove.
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.
source§impl RemoveEndpointsInput
impl RemoveEndpointsInput
sourcepub fn builder() -> RemoveEndpointsInputBuilder
pub fn builder() -> RemoveEndpointsInputBuilder
Creates a new builder-style object to manufacture RemoveEndpointsInput.
source§impl RemoveEndpointsInput
impl RemoveEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RemoveEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveEndpoints>
Trait Implementations§
source§impl Clone for RemoveEndpointsInput
impl Clone for RemoveEndpointsInput
source§fn clone(&self) -> RemoveEndpointsInput
fn clone(&self) -> RemoveEndpointsInput
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 RemoveEndpointsInput
impl Debug for RemoveEndpointsInput
source§impl PartialEq<RemoveEndpointsInput> for RemoveEndpointsInput
impl PartialEq<RemoveEndpointsInput> for RemoveEndpointsInput
source§fn eq(&self, other: &RemoveEndpointsInput) -> bool
fn eq(&self, other: &RemoveEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.