Class: Aws::SSM::Types::AzureSubscription
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::AzureSubscription
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
Information about an Azure subscription targeted by the cloud connector.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#display_name ⇒ String
The display name of the Azure subscription.
-
#id ⇒ String
The ID of the Azure subscription.
Instance Attribute Details
#display_name ⇒ String
The display name of the Azure subscription.
1855 1856 1857 1858 1859 1860 |
# File 'lib/aws-sdk-ssm/types.rb', line 1855 class AzureSubscription < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the Azure subscription.
1855 1856 1857 1858 1859 1860 |
# File 'lib/aws-sdk-ssm/types.rb', line 1855 class AzureSubscription < Struct.new( :id, :display_name) SENSITIVE = [] include Aws::Structure end |