Struct rusoto_kms::DeleteAliasRequest [] [src]

pub struct DeleteAliasRequest {
    pub alias_name: String,
}

Fields

The alias to be deleted. The name must start with the word "alias" followed by a forward slash (alias/). Aliases that begin with "alias/AWS" are reserved.

Trait Implementations

impl Default for DeleteAliasRequest
[src]

[src]

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

impl Debug for DeleteAliasRequest
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteAliasRequest
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations