Class: Aws::Types::AzureScopeConfiguration

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::ScopeConfiguration

Returns the value of attribute container_image_scanning.



314
315
316
# File 'sig/types.rbs', line 314

def container_image_scanning
  @container_image_scanning
end

#serverless_scanningTypes::ScopeConfiguration

Returns the value of attribute serverless_scanning.



315
316
317
# File 'sig/types.rbs', line 315

def serverless_scanning
  @serverless_scanning
end

#vm_scanningTypes::ScopeConfiguration

Returns the value of attribute vm_scanning.



313
314
315
# File 'sig/types.rbs', line 313

def vm_scanning
  @vm_scanning
end