Class: Aws::CodeGuruSecurity::Types::GetAccountConfigurationResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_configTypes::EncryptionConfig

An EncryptionConfig object that contains the KMS key ARN to use for encryption. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call UpdateAccountConfiguration.



572
573
574
575
576
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 572

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