Class: Aws::CodeGuruSecurity::Types::EncryptionConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb

Overview

Information about the encryption configuration for an account. Required to call UpdateAccountConfiguration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_arnString

The KMS key ARN that is used for encryption. If an AWS-managed key is used for encryption, returns empty.

Returns:

  • (String)


358
359
360
361
362
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 358

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