Class: Aws::Inspector2::Types::GetEncryptionKeyResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-inspector2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_id ⇒ String

A kms key ID.

Returns:

  • (String)


6430
6431
6432
6433
6434
# File 'lib/aws-sdk-inspector2/types.rb', line 6430

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