Class: Aws::Types::PutRegistryScanningConfigurationRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutRegistryScanningConfigurationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#rules ⇒ ::Array[Types::RegistryScanningRule]
Returns the value of attribute rules.
-
#scan_type ⇒ "BASIC", "ENHANCED"
Returns the value of attribute scan_type.
Instance Attribute Details
#rules ⇒ ::Array[Types::RegistryScanningRule]
Returns the value of attribute rules.
1014 1015 1016 |
# File 'sig/types.rbs', line 1014 def rules @rules end |
#scan_type ⇒ "BASIC", "ENHANCED"
Returns the value of attribute scan_type.
1013 1014 1015 |
# File 'sig/types.rbs', line 1013 def scan_type @scan_type end |