Class: Aws::Types::AzureUpdateConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureUpdateConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
-
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
Instance Attribute Details
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
4742 4743 4744 |
# File 'sig/types.rbs', line 4742 def azure_regions @azure_regions end |
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
4741 4742 4743 |
# File 'sig/types.rbs', line 4741 def scope_configuration @scope_configuration end |