Class: Aws::SecurityHub::Types::AwsEcrRepositoryImageScanningConfigurationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEcrRepositoryImageScanningConfigurationDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The image scanning configuration for a repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#scan_on_push ⇒ Boolean
Whether to scan images after they are pushed to a repository.
Instance Attribute Details
#scan_on_push ⇒ Boolean
Whether to scan images after they are pushed to a repository.
9587 9588 9589 9590 9591 |
# File 'lib/aws-sdk-securityhub/types.rb', line 9587 class AwsEcrRepositoryImageScanningConfigurationDetails < Struct.new( :scan_on_push) SENSITIVE = [] include Aws::Structure end |