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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:



3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-ecr/types.rb', line 3440

class RegistryScanningConfiguration < Struct.new(
  :scan_type,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end

#scan_typeString

The type of scanning configured for the registry.

Returns:

  • (String)


3440
3441
3442
3443
3444
3445
# File 'lib/aws-sdk-ecr/types.rb', line 3440

class RegistryScanningConfiguration < Struct.new(
  :scan_type,
  :rules)
  SENSITIVE = []
  include Aws::Structure
end