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

Class: Aws::AppStream::Types::ServiceAccountCredentials

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

Overview

Note:

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

{
  account_name: "AccountName", # required
  account_password: "AccountPassword", # required
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#account_nameString

The user name of the account. This account must have the following privileges: create computer objects, join computers to the domain, and change/reset the password on descendant computer objects for the organizational units specified.

Returns:

  • (String)

    The user name of the account.

#account_passwordString

The password for the account.

Returns:

  • (String)

    The password for the account.