Class: Aws::KMS::Types::ImportKeyMaterialResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 into which key material was imported.

[1]: docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-id-key-ARN

Returns:

  • (String)


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_idString

Identifies the imported key material.

Returns:

  • (String)


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