Class: Aws::KMS::Types::DeleteCustomKeyStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DeleteCustomKeyStoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#custom_key_store_id ⇒ String
Enter the ID of the custom key store you want to delete.
Instance Attribute Details
#custom_key_store_id ⇒ String
Enter the ID of the custom key store you want to delete. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-kms/types.rb', line 1716 class DeleteCustomKeyStoreRequest < Struct.new( :custom_key_store_id) SENSITIVE = [] include Aws::Structure end |