Struct rusoto_kms::GrantListEntry [] [src]

pub struct GrantListEntry {
    pub constraints: Option<GrantConstraints>,
    pub creation_date: Option<DateType>,
    pub grant_id: Option<GrantIdType>,
    pub grantee_principal: Option<PrincipalIdType>,
    pub issuing_account: Option<PrincipalIdType>,
    pub key_id: Option<KeyIdType>,
    pub name: Option<GrantNameType>,
    pub operations: Option<GrantOperationList>,
    pub retiring_principal: Option<PrincipalIdType>,
}

Contains information about an entry in a list of grants.

Fields

A list of key-value pairs that must be present in the encryption context of certain subsequent operations that the grant allows.

The date and time when the grant was created.

The unique identifier for the grant.

The principal that receives the grant's permissions.

The AWS account under which the grant was issued.

The unique identifier for the customer master key (CMK) to which the grant applies.

The friendly name that identifies the grant. If a name was provided in the CreateGrant request, that name is returned. Otherwise this value is null.

The list of operations permitted by the grant.

The principal that can retire the grant.

Trait Implementations

impl Default for GrantListEntry
[src]

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

impl Debug for GrantListEntry
[src]

Formats the value using the given formatter.

impl Clone for GrantListEntry
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more