Class: Aws::Types::ImageScanningConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

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.

Returns:

  • (Boolean)


1064
1065
1066
# File 'sig/types.rbs', line 1064

def image_scanning_enabled
  @image_scanning_enabled
end