Class: Aws::Types::AzureScopeConfigurationInput
- Inherits:
-
Object
- Object
- Aws::Types::AzureScopeConfigurationInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#container_image_scanning ⇒ Types::ScopeConfigurationInput
Returns the value of attribute container_image_scanning.
-
#serverless_scanning ⇒ Types::ScopeConfigurationInput
Returns the value of attribute serverless_scanning.
-
#vm_scanning ⇒ Types::ScopeConfigurationInput
Returns the value of attribute vm_scanning.
Instance Attribute Details
#container_image_scanning ⇒ Types::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_scanning ⇒ Types::ScopeConfigurationInput
Returns the value of attribute serverless_scanning.
322 323 324 |
# File 'sig/types.rbs', line 322 def serverless_scanning @serverless_scanning end |
#vm_scanning ⇒ Types::ScopeConfigurationInput
Returns the value of attribute vm_scanning.
320 321 322 |
# File 'sig/types.rbs', line 320 def vm_scanning @vm_scanning end |