Class: Aws::DevOpsAgent::Types::AzureConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::AzureConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-devopsagent/types.rb
Overview
Configuration for Azure subscription integration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#subscription_id ⇒ String
Azure subscription ID corresponding to provided resources.
Instance Attribute Details
#subscription_id ⇒ String
Azure subscription ID corresponding to provided resources.
335 336 337 338 339 |
# File 'lib/aws-sdk-devopsagent/types.rb', line 335 class AzureConfiguration < Struct.new( :subscription_id) SENSITIVE = [] include Aws::Structure end |