Class: Aws::Types::AzureDetail
- Inherits:
-
Object
- Object
- Aws::Types::AzureDetail
- 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.
4721 4722 4723 |
# File 'sig/types.rbs', line 4721 def aws_config_connector_arn @aws_config_connector_arn end |
#azure_regions ⇒ ::Array[::String]
Returns the value of attribute azure_regions.
4723 4724 4725 |
# File 'sig/types.rbs', line 4723 def azure_regions @azure_regions end |
#scope_configuration ⇒ Types::AzureScopeConfiguration
Returns the value of attribute scope_configuration.
4722 4723 4724 |
# File 'sig/types.rbs', line 4722 def scope_configuration @scope_configuration end |