Class: Aws::Types::PutRegistryScanningConfigurationRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#rules::Array[Types::RegistryScanningRule]

Returns the value of attribute rules.

Returns:



1014
1015
1016
# File 'sig/types.rbs', line 1014

def rules
  @rules
end

#scan_type"BASIC", "ENHANCED"

Returns the value of attribute scan_type.

Returns:

  • ("BASIC", "ENHANCED")


1013
1014
1015
# File 'sig/types.rbs', line 1013

def scan_type
  @scan_type
end