Class: Aws::ConfigService::Types::AzureConnectorConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::AzureConnectorConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
The configuration details for connecting to Microsoft Azure.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_identifier ⇒ String
The Azure client identifier.
-
#tenant_identifier ⇒ String
The Azure tenant identifier.
Instance Attribute Details
#client_identifier ⇒ String
The Azure client identifier.
558 559 560 561 562 563 |
# File 'lib/aws-sdk-configservice/types.rb', line 558 class AzureConnectorConfiguration < Struct.new( :tenant_identifier, :client_identifier) SENSITIVE = [] include Aws::Structure end |
#tenant_identifier ⇒ String
The Azure tenant identifier.
558 559 560 561 562 563 |
# File 'lib/aws-sdk-configservice/types.rb', line 558 class AzureConnectorConfiguration < Struct.new( :tenant_identifier, :client_identifier) SENSITIVE = [] include Aws::Structure end |