Method: Aws::KMS::Types::CreateGrantResponse#grant_id
- Defined in:
- lib/aws-sdk-kms/types.rb
#grant_id ⇒ String
The unique identifier for the grant.
You can use the ‘GrantId` in a ListGrants, RetireGrant, or RevokeGrant operation.
771 772 773 774 775 776 |
# File 'lib/aws-sdk-kms/types.rb', line 771 class CreateGrantResponse < Struct.new( :grant_token, :grant_id) SENSITIVE = [] include Aws::Structure end |