Class: Aws::KMS::Types::DeleteImportedKeyMaterialResponse

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

#key_idString

The Amazon Resource Name (key ARN) of the KMS key from which the key material was deleted.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1866

class DeleteImportedKeyMaterialResponse < Struct.new(
  :key_id,
  :key_material_id)
  SENSITIVE = []
  include Aws::Structure
end

#key_material_idString

Identifies the deleted key material.

Returns:

  • (String)


1866
1867
1868
1869
1870
1871
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1866

class DeleteImportedKeyMaterialResponse < Struct.new(
  :key_id,
  :key_material_id)
  SENSITIVE = []
  include Aws::Structure
end