Class: Aws::Types::AzureProviderConfiguration
- Inherits:
-
Object
- Object
- Aws::Types::AzureProviderConfiguration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#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::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
Instance Attribute Details
#aws_config_connector_arn ⇒ ::String
Returns the value of attribute aws_config_connector_arn.
4728 4729 4730 |
# File 'sig/types.rbs', line 4728 def aws_config_connector_arn @aws_config_connector_arn end |
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
4730 4731 4732 |
# File 'sig/types.rbs', line 4730 def azure_regions @azure_regions end |
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
4729 4730 4731 |
# File 'sig/types.rbs', line 4729 def scope_configuration @scope_configuration end |