Struct rusoto_kms::AliasListEntry [] [src]

pub struct AliasListEntry {
    pub alias_arn: Option<String>,
    pub alias_name: Option<String>,
    pub target_key_id: Option<String>,
}

Contains information about an alias.

Fields

String that contains the key ARN.

String that contains the alias.

String that contains the key identifier referred to by the alias.

Trait Implementations

impl Default for AliasListEntry
[src]

[src]

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

impl Debug for AliasListEntry
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for AliasListEntry
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations