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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kms/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)


564
565
566
567
568
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 564

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