Class: Aws::KMS::Types::CreateCustomKeyStoreResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_store_idString

A unique identifier for the new custom key store.

Returns:

  • (String)


205
206
207
208
# File 'lib/aws-sdk-kms/types.rb', line 205

class CreateCustomKeyStoreResponse < Struct.new(
  :custom_key_store_id)
  include Aws::Structure
end