Struct rusoto_kms::CreateGrantResponse [] [src]

pub struct CreateGrantResponse {
    pub grant_id: Option<String>,
    pub grant_token: Option<String>,
}

Fields

The unique identifier for the grant.

You can use the GrantId in a subsequent RetireGrant or RevokeGrant operation.

The grant token.

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

Trait Implementations

impl Default for CreateGrantResponse
[src]

[src]

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

impl Debug for CreateGrantResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CreateGrantResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations