#[non_exhaustive]pub struct DeleteAcceleratorInput { /* private fields */ }Implementations§
source§impl DeleteAcceleratorInput
impl DeleteAcceleratorInput
sourcepub fn accelerator_arn(&self) -> Option<&str>
pub fn accelerator_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of an accelerator.
source§impl DeleteAcceleratorInput
impl DeleteAcceleratorInput
sourcepub fn builder() -> DeleteAcceleratorInputBuilder
pub fn builder() -> DeleteAcceleratorInputBuilder
Creates a new builder-style object to manufacture DeleteAcceleratorInput.
source§impl DeleteAcceleratorInput
impl DeleteAcceleratorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteAccelerator, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteAccelerator, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteAccelerator>
Trait Implementations§
source§impl Clone for DeleteAcceleratorInput
impl Clone for DeleteAcceleratorInput
source§fn clone(&self) -> DeleteAcceleratorInput
fn clone(&self) -> DeleteAcceleratorInput
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 DeleteAcceleratorInput
impl Debug for DeleteAcceleratorInput
source§impl PartialEq<DeleteAcceleratorInput> for DeleteAcceleratorInput
impl PartialEq<DeleteAcceleratorInput> for DeleteAcceleratorInput
source§fn eq(&self, other: &DeleteAcceleratorInput) -> bool
fn eq(&self, other: &DeleteAcceleratorInput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.