Struct rusoto_kms::KeyListEntry [] [src]

pub struct KeyListEntry {
    pub key_arn: Option<String>,
    pub key_id: Option<String>,
}

Contains information about each entry in the key list.

Fields

ARN of the key.

Unique identifier of the key.

Trait Implementations

impl Default for KeyListEntry
[src]

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

impl Debug for KeyListEntry
[src]

Formats the value using the given formatter.

impl Clone for KeyListEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more