Class: Aws::CodeGuruSecurity::Types::UpdateAccountConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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 that is used for encryption. If you did not specify a customer-managed KMS key in the request, returns empty.



1230
1231
1232
1233
1234
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 1230

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