Class: Aws::Types::ImageScanningConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::ImageScanningConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ecr_configuration ⇒ Types::EcrConfiguration
Returns the value of attribute ecr_configuration.
-
#image_scanning_enabled ⇒ Boolean
Returns the value of attribute image_scanning_enabled.
Instance Attribute Details
#ecr_configuration ⇒ Types::EcrConfiguration
Returns the value of attribute ecr_configuration.
1065 1066 1067 |
# File 'sig/types.rbs', line 1065 def ecr_configuration @ecr_configuration end |
#image_scanning_enabled ⇒ Boolean
Returns the value of attribute image_scanning_enabled.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def image_scanning_enabled @image_scanning_enabled end |