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:



3045
3046
3047
3048
3049
3050
# File 'lib/aws-sdk-ecr/types.rb', line 3045

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

#scan_typeString

The type of scanning configured for the registry.

Returns:

  • (String)


3045
3046
3047
3048
3049
3050
# File 'lib/aws-sdk-ecr/types.rb', line 3045

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