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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kms/types.rb

Overview

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)


358
359
360
361
362
# File 'lib/aws-sdk-kms/types.rb', line 358

class CreateGrantResponse < Struct.new(
  :grant_token,
  :grant_id)
  include Aws::Structure
end

#grant_tokenString

The grant token.

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

[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#grant_token

Returns:

  • (String)


358
359
360
361
362
# File 'lib/aws-sdk-kms/types.rb', line 358

class CreateGrantResponse < Struct.new(
  :grant_token,
  :grant_id)
  include Aws::Structure
end