Class: Aws::Types::AzureScopeConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureScopeConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_image_scanning ⇒ Types::ScopeConfiguration
Returns the value of attribute container_image_scanning.
-
#serverless_scanning ⇒ Types::ScopeConfiguration
Returns the value of attribute serverless_scanning.
-
#vm_scanning ⇒ Types::ScopeConfiguration
Returns the value of attribute vm_scanning.
Instance Attribute Details
#container_image_scanning ⇒ Types::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_scanning ⇒ Types::ScopeConfiguration
Returns the value of attribute serverless_scanning.
315 316 317 |
# File 'sig/types.rbs', line 315 def serverless_scanning @serverless_scanning end |
#vm_scanning ⇒ Types::ScopeConfiguration
Returns the value of attribute vm_scanning.
313 314 315 |
# File 'sig/types.rbs', line 313 def vm_scanning @vm_scanning end |