#[non_exhaustive]pub struct DeleteCustomRoutingAcceleratorInput { /* private fields */ }Implementations
sourceimpl DeleteCustomRoutingAcceleratorInput
impl DeleteCustomRoutingAcceleratorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomRoutingAccelerator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteCustomRoutingAccelerator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteCustomRoutingAccelerator>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCustomRoutingAcceleratorInput.
sourceimpl DeleteCustomRoutingAcceleratorInput
impl DeleteCustomRoutingAcceleratorInput
sourcepub fn accelerator_arn(&self) -> Option<&str>
pub fn accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the custom routing accelerator to delete.
Trait Implementations
sourceimpl Clone for DeleteCustomRoutingAcceleratorInput
impl Clone for DeleteCustomRoutingAcceleratorInput
sourcefn clone(&self) -> DeleteCustomRoutingAcceleratorInput
fn clone(&self) -> DeleteCustomRoutingAcceleratorInput
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<DeleteCustomRoutingAcceleratorInput> for DeleteCustomRoutingAcceleratorInput
impl PartialEq<DeleteCustomRoutingAcceleratorInput> for DeleteCustomRoutingAcceleratorInput
sourcefn eq(&self, other: &DeleteCustomRoutingAcceleratorInput) -> bool
fn eq(&self, other: &DeleteCustomRoutingAcceleratorInput) -> bool
impl StructuralPartialEq for DeleteCustomRoutingAcceleratorInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCustomRoutingAcceleratorInput
impl Send for DeleteCustomRoutingAcceleratorInput
impl Sync for DeleteCustomRoutingAcceleratorInput
impl Unpin for DeleteCustomRoutingAcceleratorInput
impl UnwindSafe for DeleteCustomRoutingAcceleratorInput
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