Class: Aws::WorkSpaces::Types::ActiveDirectoryConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#domain_nameString

The name of the domain.

Returns:

  • (String)


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_arnString

Indicates the secret ARN on the service account.

Returns:

  • (String)


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