Class: Aws::Types::AzureProviderDetailUpdate

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auto_install_vm_scannerBoolean

Returns the value of attribute auto_install_vm_scanner.

Returns:

  • (Boolean)


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.

Returns:

  • (::Array[::String])


306
307
308
# File 'sig/types.rbs', line 306

def azure_regions
  @azure_regions
end

#scope_configurationTypes::AzureScopeConfigurationInput

Returns the value of attribute scope_configuration.



307
308
309
# File 'sig/types.rbs', line 307

def scope_configuration
  @scope_configuration
end