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