Struct rusoto_kms::DescribeKeyResponse [] [src]

pub struct DescribeKeyResponse {
    pub key_metadata: Option<KeyMetadata>,
}

Fields

Metadata associated with the key.

Trait Implementations

impl Default for DescribeKeyResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DescribeKeyResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DescribeKeyResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations