Struct aws_sdk_ec2::input::DeleteKeyPairInput
source · #[non_exhaustive]pub struct DeleteKeyPairInput { /* private fields */ }
Implementations§
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
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteKeyPairInput
.
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.
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 ==
.