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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#custom_key_store_idString

A unique identifier for the new custom key store.

Returns:

  • (String)


549
550
551
552
553
# File 'lib/aws-sdk-kms/types.rb', line 549

class CreateCustomKeyStoreResponse < Struct.new(
  :custom_key_store_id)
  SENSITIVE = []
  include Aws::Structure
end