Class: Aws::Types::RegistryScanningConfiguration

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:



1072
1073
1074
# File 'sig/types.rbs', line 1072

def rules
  @rules
end

#scan_type"BASIC", "ENHANCED"

Returns the value of attribute scan_type.

Returns:

  • ("BASIC", "ENHANCED")


1071
1072
1073
# File 'sig/types.rbs', line 1071

def scan_type
  @scan_type
end