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

Class: Aws::AppStream::Types::UpdateDirectoryConfigRequest

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

Overview

Note:

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

{
  directory_name: "DirectoryName", # required
  organizational_unit_distinguished_names: ["OrganizationalUnitDistinguishedName"],
  service_account_credentials: {
    account_name: "AccountName", # required
    account_password: "AccountPassword", # required
  },
}

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameString

The name of the Directory Config object.

Returns:

  • (String)

    The name of the Directory Config object.

#organizational_unit_distinguished_namesArray<String>

The distinguished names of the organizational units for computer accounts.

Returns:

  • (Array<String>)

    The distinguished names of the organizational units for computer accounts.

#service_account_credentialsTypes::ServiceAccountCredentials

The credentials for the service account used by the fleet or image builder to connect to the directory.

Returns: