Class: Aws::ECR::Types::RegistryScanningConfiguration

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

Instance Attribute Details

#rulesArray<Types::RegistryScanningRule>

The scanning rules associated with the registry.

Returns:



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_typeString

The type of scanning configured for the registry.

Returns:

  • (String)


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