Class: Aws::KMS::Types::DisconnectCustomKeyStoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DisconnectCustomKeyStoreRequest
- 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 disconnect.
Instance Attribute Details
#custom_key_store_id ⇒ String
Enter the ID of the custom key store you want to disconnect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.
2169 2170 2171 2172 2173 |
# File 'lib/aws-sdk-kms/types.rb', line 2169 class DisconnectCustomKeyStoreRequest < Struct.new( :custom_key_store_id) SENSITIVE = [] include Aws::Structure end |