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