Class: Aws::KMS::Types::CreateCustomKeyStoreResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::CreateCustomKeyStoreResponse
- Defined in:
- gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_key_store_id ⇒ String
A unique identifier for the new custom key store.
Instance Attribute Details
#custom_key_store_id ⇒ String
A unique identifier for the new custom key store.
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 |