Class: Aws::ECR::Types::RepositoryScanningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RepositoryScanningConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The details of the scanning configuration for a repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#applied_scan_filters ⇒ Array<Types::ScanningRepositoryFilter>
The scan filters applied to the repository.
-
#repository_arn ⇒ String
The ARN of the repository.
-
#repository_name ⇒ String
The name of the repository.
-
#scan_frequency ⇒ String
The scan frequency for the repository.
-
#scan_on_push ⇒ Boolean
Whether or not scan on push is configured for the repository.
Instance Attribute Details
#applied_scan_filters ⇒ Array<Types::ScanningRepositoryFilter>
The scan filters applied to the repository.
3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'lib/aws-sdk-ecr/types.rb', line 3746 class RepositoryScanningConfiguration < Struct.new( :repository_arn, :repository_name, :scan_on_push, :scan_frequency, :applied_scan_filters) SENSITIVE = [] include Aws::Structure end |
#repository_arn ⇒ String
The ARN of the repository.
3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'lib/aws-sdk-ecr/types.rb', line 3746 class RepositoryScanningConfiguration < Struct.new( :repository_arn, :repository_name, :scan_on_push, :scan_frequency, :applied_scan_filters) SENSITIVE = [] include Aws::Structure end |
#repository_name ⇒ String
The name of the repository.
3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'lib/aws-sdk-ecr/types.rb', line 3746 class RepositoryScanningConfiguration < Struct.new( :repository_arn, :repository_name, :scan_on_push, :scan_frequency, :applied_scan_filters) SENSITIVE = [] include Aws::Structure end |
#scan_frequency ⇒ String
The scan frequency for the repository.
3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'lib/aws-sdk-ecr/types.rb', line 3746 class RepositoryScanningConfiguration < Struct.new( :repository_arn, :repository_name, :scan_on_push, :scan_frequency, :applied_scan_filters) SENSITIVE = [] include Aws::Structure end |
#scan_on_push ⇒ Boolean
Whether or not scan on push is configured for the repository.
3746 3747 3748 3749 3750 3751 3752 3753 3754 |
# File 'lib/aws-sdk-ecr/types.rb', line 3746 class RepositoryScanningConfiguration < Struct.new( :repository_arn, :repository_name, :scan_on_push, :scan_frequency, :applied_scan_filters) SENSITIVE = [] include Aws::Structure end |