Class: Aws::KMS::Types::ConnectCustomKeyStoreRequest

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

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.

Returns:

  • (String)


268
269
270
271
272
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 268

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