You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::KMS::Types::CreateGrantResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#grant_idString

The unique identifier for the grant.

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

Returns:

  • (String)

    The unique identifier for the grant.

#grant_tokenString

The grant token.

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

Returns:

  • (String)

    The grant token.