Class: Aws::Types::AzureScopeConfigurationInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#container_image_scanningTypes::ScopeConfigurationInput

Returns the value of attribute container_image_scanning.



321
322
323
# File 'sig/types.rbs', line 321

def container_image_scanning
  @container_image_scanning
end

#serverless_scanningTypes::ScopeConfigurationInput

Returns the value of attribute serverless_scanning.



322
323
324
# File 'sig/types.rbs', line 322

def serverless_scanning
  @serverless_scanning
end

#vm_scanningTypes::ScopeConfigurationInput

Returns the value of attribute vm_scanning.



320
321
322
# File 'sig/types.rbs', line 320

def vm_scanning
  @vm_scanning
end