You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::AppStream::Types::DomainJoinInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DomainJoinInfo as input to an Aws::Client method, you can use a vanilla Hash:

{
  directory_name: "DirectoryName",
  organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
}

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameString

The fully qualified name of the directory (for example, corp.example.com).

Returns:

  • (String)

    The fully qualified name of the directory (for example, corp.example.com).

#organizational_unit_distinguished_nameString

The distinguished name of the organizational unit for computer accounts.

Returns:

  • (String)

    The distinguished name of the organizational unit for computer accounts.