Struct rusoto_kms::DescribeKeyRequest [] [src]

pub struct DescribeKeyRequest {
    pub grant_tokens: Option<Vec<String>>,
    pub key_id: String,
}

Fields

A list of grant tokens.

For more information, see Grant Tokens in the AWS Key Management Service Developer Guide.

A unique identifier for the customer master key. This value can be a globally unique identifier, a fully specified ARN to either an alias or a key, or an alias name prefixed by "alias/".

  • Key ARN Example - arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012

  • Alias ARN Example - arn:aws:kms:us-east-1:123456789012:alias/MyAliasName

  • Globally Unique Key ID Example - 12345678-1234-1234-1234-123456789012

  • Alias Name Example - alias/MyAliasName

Trait Implementations

impl Default for DescribeKeyRequest
[src]

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

impl Debug for DescribeKeyRequest
[src]

Formats the value using the given formatter.

impl Clone for DescribeKeyRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more