Struct aws_sdk_ec2::input::GetEbsDefaultKmsKeyIdInput
source · #[non_exhaustive]pub struct GetEbsDefaultKmsKeyIdInput { /* private fields */ }
Implementations§
source§impl GetEbsDefaultKmsKeyIdInput
impl GetEbsDefaultKmsKeyIdInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEbsDefaultKmsKeyId, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<GetEbsDefaultKmsKeyId, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<GetEbsDefaultKmsKeyId
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture GetEbsDefaultKmsKeyIdInput
.
Trait Implementations§
source§impl Clone for GetEbsDefaultKmsKeyIdInput
impl Clone for GetEbsDefaultKmsKeyIdInput
source§fn clone(&self) -> GetEbsDefaultKmsKeyIdInput
fn clone(&self) -> GetEbsDefaultKmsKeyIdInput
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 GetEbsDefaultKmsKeyIdInput
impl Debug for GetEbsDefaultKmsKeyIdInput
source§impl PartialEq<GetEbsDefaultKmsKeyIdInput> for GetEbsDefaultKmsKeyIdInput
impl PartialEq<GetEbsDefaultKmsKeyIdInput> for GetEbsDefaultKmsKeyIdInput
source§fn eq(&self, other: &GetEbsDefaultKmsKeyIdInput) -> bool
fn eq(&self, other: &GetEbsDefaultKmsKeyIdInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.