Class: Aws::CodeGuruSecurity::Types::GetAccountConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodeGuruSecurity::Types::GetAccountConfigurationResponse
- 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. By default, CodeGuru Security uses an AWS-managed key for encryption. To specify your own key, call `UpdateAccountConfiguration`. If you do not specify a customer-managed key, returns empty.
577 578 579 580 581 |
# File 'lib/aws-sdk-codegurusecurity/types.rb', line 577 class GetAccountConfigurationResponse < Struct.new( :encryption_config) SENSITIVE = [] include Aws::Structure end |