#[non_exhaustive]pub struct GetEbsDefaultKmsKeyIdInput { /* private fields */ }
Implementations§
source§impl GetEbsDefaultKmsKeyIdInput
impl GetEbsDefaultKmsKeyIdInput
sourcepub fn builder() -> GetEbsDefaultKmsKeyIdInputBuilder
pub fn builder() -> GetEbsDefaultKmsKeyIdInputBuilder
Creates a new builder-style object to manufacture GetEbsDefaultKmsKeyIdInput
.
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
>
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 ==
.impl StructuralPartialEq for GetEbsDefaultKmsKeyIdInput
Auto Trait Implementations§
impl RefUnwindSafe for GetEbsDefaultKmsKeyIdInput
impl Send for GetEbsDefaultKmsKeyIdInput
impl Sync for GetEbsDefaultKmsKeyIdInput
impl Unpin for GetEbsDefaultKmsKeyIdInput
impl UnwindSafe for GetEbsDefaultKmsKeyIdInput
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