Class: Aws::Types::AzureProviderDetailUpdate
- Inherits:
-
Object
- Object
- Aws::Types::AzureProviderDetailUpdate
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auto_install_vm_scanner ⇒ Boolean
Returns the value of attribute auto_install_vm_scanner.
-
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
-
#scope_configuration ⇒ Types::AzureScopeConfigurationInput
Returns the value of attribute scope_configuration.
Instance Attribute Details
#auto_install_vm_scanner ⇒ Boolean
Returns the value of attribute auto_install_vm_scanner.
308 309 310 |
# File 'sig/types.rbs', line 308 def auto_install_vm_scanner @auto_install_vm_scanner end |
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
306 307 308 |
# File 'sig/types.rbs', line 306 def azure_regions @azure_regions end |
#scope_configuration ⇒ Types::AzureScopeConfigurationInput
Returns the value of attribute scope_configuration.
307 308 309 |
# File 'sig/types.rbs', line 307 def scope_configuration @scope_configuration end |