Struct aws_sdk_apigateway::input::DeleteApiKeyInput
source · [−]#[non_exhaustive]pub struct DeleteApiKeyInput { /* private fields */ }Expand description
A request to delete the ApiKey resource.
Implementations
sourceimpl DeleteApiKeyInput
impl DeleteApiKeyInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApiKey, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteApiKey, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteApiKey>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteApiKeyInput.
Trait Implementations
sourceimpl Clone for DeleteApiKeyInput
impl Clone for DeleteApiKeyInput
sourcefn clone(&self) -> DeleteApiKeyInput
fn clone(&self) -> DeleteApiKeyInput
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 Debug for DeleteApiKeyInput
impl Debug for DeleteApiKeyInput
sourceimpl PartialEq<DeleteApiKeyInput> for DeleteApiKeyInput
impl PartialEq<DeleteApiKeyInput> for DeleteApiKeyInput
sourcefn eq(&self, other: &DeleteApiKeyInput) -> bool
fn eq(&self, other: &DeleteApiKeyInput) -> bool
impl StructuralPartialEq for DeleteApiKeyInput
Auto Trait Implementations
impl RefUnwindSafe for DeleteApiKeyInput
impl Send for DeleteApiKeyInput
impl Sync for DeleteApiKeyInput
impl Unpin for DeleteApiKeyInput
impl UnwindSafe for DeleteApiKeyInput
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