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

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.



1218
1219
1220
1221
1222
# File 'gems/aws-sdk-codegurusecurity/lib/aws-sdk-codegurusecurity/types.rb', line 1218

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