Class: Aws::Types::AzureProviderConfiguration

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#aws_config_connector_arn::String

Returns the value of attribute aws_config_connector_arn.

Returns:

  • (::String)


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.

Returns:

  • (::Array[::String])


4730
4731
4732
# File 'sig/types.rbs', line 4730

def azure_regions
  @azure_regions
end

#scope_configurationTypes::AzureScopeConfiguration

Returns the value of attribute scope_configuration.



4729
4730
4731
# File 'sig/types.rbs', line 4729

def scope_configuration
  @scope_configuration
end