Class: Aws::Types::AzureProviderDetailCreate
- Inherits:
-
Object
- Object
- Aws::Types::AzureProviderDetailCreate
- 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.
-
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
-
#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.
301 302 303 |
# File 'sig/types.rbs', line 301 def auto_install_vm_scanner @auto_install_vm_scanner end |
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
298 299 300 |
# File 'sig/types.rbs', line 298 def aws_config_connector_arn @aws_config_connector_arn end |
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
300 301 302 |
# File 'sig/types.rbs', line 300 def azure_regions @azure_regions end |
#scope_configuration ⇒ Types::AzureScopeConfigurationInput
Returns the value of attribute scope_configuration.
299 300 301 |
# File 'sig/types.rbs', line 299 def scope_configuration @scope_configuration end |