Class: Aws::ECR::Types::RegistryScanningConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RegistryScanningConfiguration
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The scanning configuration for a private registry.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#rules ⇒ Array<Types::RegistryScanningRule>
The scanning rules associated with the registry.
-
#scan_type ⇒ String
The type of scanning configured for the registry.
Instance Attribute Details
#rules ⇒ Array<Types::RegistryScanningRule>
The scanning rules associated with the registry.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3378 class RegistryScanningConfiguration < Struct.new( :scan_type, :rules) SENSITIVE = [] include Aws::Structure end |
#scan_type ⇒ String
The type of scanning configured for the registry.
3378 3379 3380 3381 3382 3383 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3378 class RegistryScanningConfiguration < Struct.new( :scan_type, :rules) SENSITIVE = [] include Aws::Structure end |