Struct aws_sdk_ec2::operation::delete_key_pair::DeleteKeyPairInput
source · #[non_exhaustive]pub struct DeleteKeyPairInput { /* private fields */ }
Implementations§
source§impl DeleteKeyPairInput
impl DeleteKeyPairInput
sourcepub fn key_pair_id(&self) -> Option<&str>
pub fn key_pair_id(&self) -> Option<&str>
The ID of the key pair.
source§impl DeleteKeyPairInput
impl DeleteKeyPairInput
sourcepub fn builder() -> DeleteKeyPairInputBuilder
pub fn builder() -> DeleteKeyPairInputBuilder
Creates a new builder-style object to manufacture DeleteKeyPairInput
.
source§impl DeleteKeyPairInput
impl DeleteKeyPairInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<DeleteKeyPair, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation( &self, _config: &Config ) -> Result<Operation<DeleteKeyPair, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<DeleteKeyPair
>
Trait Implementations§
source§impl Clone for DeleteKeyPairInput
impl Clone for DeleteKeyPairInput
source§fn clone(&self) -> DeleteKeyPairInput
fn clone(&self) -> DeleteKeyPairInput
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 DeleteKeyPairInput
impl Debug for DeleteKeyPairInput
source§impl PartialEq<DeleteKeyPairInput> for DeleteKeyPairInput
impl PartialEq<DeleteKeyPairInput> for DeleteKeyPairInput
source§fn eq(&self, other: &DeleteKeyPairInput) -> bool
fn eq(&self, other: &DeleteKeyPairInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for DeleteKeyPairInput
Auto Trait Implementations§
impl RefUnwindSafe for DeleteKeyPairInput
impl Send for DeleteKeyPairInput
impl Sync for DeleteKeyPairInput
impl Unpin for DeleteKeyPairInput
impl UnwindSafe for DeleteKeyPairInput
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more