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)


4092
4093
4094
4095
4096
# File 'lib/aws-sdk-inspector2/types.rb', line 4092

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