#[non_exhaustive]pub struct AwsXrayEncryptionConfigDetails { /* private fields */ }
Expand description
Information about the encryption configuration for X-Ray.
Implementations§
source§impl AwsXrayEncryptionConfigDetails
impl AwsXrayEncryptionConfigDetails
sourcepub fn key_id(&self) -> Option<&str>
pub fn key_id(&self) -> Option<&str>
The identifier of the KMS key that is used for encryption. Provided if Type
is KMS
.
source§impl AwsXrayEncryptionConfigDetails
impl AwsXrayEncryptionConfigDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsXrayEncryptionConfigDetails
.
Trait Implementations§
source§impl Clone for AwsXrayEncryptionConfigDetails
impl Clone for AwsXrayEncryptionConfigDetails
source§fn clone(&self) -> AwsXrayEncryptionConfigDetails
fn clone(&self) -> AwsXrayEncryptionConfigDetails
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