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]

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

impl Debug for DeleteAliasRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteAliasRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for DeleteAliasRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations