Class: Aws::WorkSpaces::Types::ActiveDirectoryConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpaces::Types::ActiveDirectoryConfig
- Defined in:
- gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb
Overview
Information about the Active Directory config.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#domain_name ⇒ String
The name of the domain.
-
#service_account_secret_arn ⇒ String
Indicates the secret ARN on the service account.
Instance Attribute Details
#domain_name ⇒ String
The name of the domain.
141 142 143 144 145 146 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 141 class ActiveDirectoryConfig < Struct.new( :domain_name, :service_account_secret_arn) SENSITIVE = [] include Aws::Structure end |
#service_account_secret_arn ⇒ String
Indicates the secret ARN on the service account.
141 142 143 144 145 146 |
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 141 class ActiveDirectoryConfig < Struct.new( :domain_name, :service_account_secret_arn) SENSITIVE = [] include Aws::Structure end |