Class: Aws::ECR::Types::ScanningRepositoryFilter

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#filterString

The filter to use when scanning.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3434

class ScanningRepositoryFilter < Struct.new(
  :filter,
  :filter_type)
  SENSITIVE = []
  include Aws::Structure
end

#filter_typeString

The type associated with the filter.

Returns:

  • (String)


3434
3435
3436
3437
3438
3439
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3434

class ScanningRepositoryFilter < Struct.new(
  :filter,
  :filter_type)
  SENSITIVE = []
  include Aws::Structure
end