Class: Aws::KMS::Types::DeleteImportedKeyMaterialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::DeleteImportedKeyMaterialResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#key_id ⇒ String
The Amazon Resource Name ([key ARN]) of the KMS key from which the key material was deleted.
-
#key_material_id ⇒ String
Identifies the deleted key material.
Instance Attribute Details
#key_id ⇒ String
The Amazon Resource Name ([key ARN]) of the KMS key from which the key material was deleted.
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN
1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-kms/types.rb', line 1813 class DeleteImportedKeyMaterialResponse < Struct.new( :key_id, :key_material_id) SENSITIVE = [] include Aws::Structure end |
#key_material_id ⇒ String
Identifies the deleted key material.
1813 1814 1815 1816 1817 1818 |
# File 'lib/aws-sdk-kms/types.rb', line 1813 class DeleteImportedKeyMaterialResponse < Struct.new( :key_id, :key_material_id) SENSITIVE = [] include Aws::Structure end |