Class: Aws::ECR::Types::ScanningRepositoryFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::ScanningRepositoryFilter
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The details of a scanning repository filter. For more information on how to use filters, see Using filters in the Amazon Elastic Container Registry User Guide.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filter ⇒ String
The filter to use when scanning.
-
#filter_type ⇒ String
The type associated with the filter.
Instance Attribute Details
#filter ⇒ String
The filter to use when scanning.
3852 3853 3854 3855 3856 3857 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3852 class ScanningRepositoryFilter < Struct.new( :filter, :filter_type) SENSITIVE = [] include Aws::Structure end |
#filter_type ⇒ String
The type associated with the filter.
3852 3853 3854 3855 3856 3857 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3852 class ScanningRepositoryFilter < Struct.new( :filter, :filter_type) SENSITIVE = [] include Aws::Structure end |