Struct aws_sdk_kms::output::CreateCustomKeyStoreOutput
source · #[non_exhaustive]pub struct CreateCustomKeyStoreOutput { /* private fields */ }
Implementations§
source§impl CreateCustomKeyStoreOutput
impl CreateCustomKeyStoreOutput
sourcepub fn custom_key_store_id(&self) -> Option<&str>
pub fn custom_key_store_id(&self) -> Option<&str>
A unique identifier for the new custom key store.
source§impl CreateCustomKeyStoreOutput
impl CreateCustomKeyStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCustomKeyStoreOutput
.
Trait Implementations§
source§impl Clone for CreateCustomKeyStoreOutput
impl Clone for CreateCustomKeyStoreOutput
source§fn clone(&self) -> CreateCustomKeyStoreOutput
fn clone(&self) -> CreateCustomKeyStoreOutput
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 more