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_idString

A kms key ID.

Returns:

  • (String)


4089
4090
4091
4092
4093
# File 'lib/aws-sdk-inspector2/types.rb', line 4089

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