Struct aws_sdk_globalaccelerator::operation::remove_custom_routing_endpoints::RemoveCustomRoutingEndpointsInput
source · #[non_exhaustive]pub struct RemoveCustomRoutingEndpointsInput { /* private fields */ }Implementations§
source§impl RemoveCustomRoutingEndpointsInput
impl RemoveCustomRoutingEndpointsInput
sourcepub fn endpoint_ids(&self) -> Option<&[String]>
pub fn endpoint_ids(&self) -> Option<&[String]>
The IDs for the endpoints. For custom routing accelerators, endpoint IDs are the virtual private cloud (VPC) subnet IDs.
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 remove endpoints from.
source§impl RemoveCustomRoutingEndpointsInput
impl RemoveCustomRoutingEndpointsInput
sourcepub fn builder() -> RemoveCustomRoutingEndpointsInputBuilder
pub fn builder() -> RemoveCustomRoutingEndpointsInputBuilder
Creates a new builder-style object to manufacture RemoveCustomRoutingEndpointsInput.
source§impl RemoveCustomRoutingEndpointsInput
impl RemoveCustomRoutingEndpointsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<RemoveCustomRoutingEndpoints, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<RemoveCustomRoutingEndpoints, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<RemoveCustomRoutingEndpoints>
Trait Implementations§
source§impl Clone for RemoveCustomRoutingEndpointsInput
impl Clone for RemoveCustomRoutingEndpointsInput
source§fn clone(&self) -> RemoveCustomRoutingEndpointsInput
fn clone(&self) -> RemoveCustomRoutingEndpointsInput
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<RemoveCustomRoutingEndpointsInput> for RemoveCustomRoutingEndpointsInput
impl PartialEq<RemoveCustomRoutingEndpointsInput> for RemoveCustomRoutingEndpointsInput
source§fn eq(&self, other: &RemoveCustomRoutingEndpointsInput) -> bool
fn eq(&self, other: &RemoveCustomRoutingEndpointsInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.