Class: Aws::CodeGuruSecurity::Types::UpdateAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::UpdateAccountConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-codegurusecurity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#encryption_config ⇒ Types::EncryptionConfig
An ‘EncryptionConfig` object that contains the KMS key ARN that is used for encryption.
Instance Attribute Details
#encryption_config ⇒ Types::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 |