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:



3048
3049
3050
3051
3052
3053
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3048

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

#scan_typeString

The type of scanning configured for the registry.

Returns:

  • (String)


3048
3049
3050
3051
3052
3053
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3048

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