Class: Aws::KMS::Types::DisconnectCustomKeyStoreRequest

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 ID of the custom key store you want to disconnect. To find the ID of a custom key store, use the DescribeCustomKeyStores operation.

Returns:

  • (String)


1964
1965
1966
1967
1968
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1964

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