Class: Aws::KMS::Types::ImportKeyMaterialResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::ImportKeyMaterialResponse
- 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 into which key material was imported.
-
#key_material_id ⇒ String
Identifies the imported key material.
Instance Attribute Details
#key_id ⇒ String
The Amazon Resource Name ([key ARN]) of the KMS key into which key material was imported.
[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN
4008 4009 4010 4011 4012 4013 |
# File 'lib/aws-sdk-kms/types.rb', line 4008 class ImportKeyMaterialResponse < Struct.new( :key_id, :key_material_id) SENSITIVE = [] include Aws::Structure end |
#key_material_id ⇒ String
Identifies the imported key material.
4008 4009 4010 4011 4012 4013 |
# File 'lib/aws-sdk-kms/types.rb', line 4008 class ImportKeyMaterialResponse < Struct.new( :key_id, :key_material_id) SENSITIVE = [] include Aws::Structure end |