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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_nameString

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

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
# File 'lib/aws-sdk-appstream/types.rb', line 3227

class DomainJoinInfo < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_name)
  SENSITIVE = []
  include Aws::Structure
end

#organizational_unit_distinguished_nameString

The distinguished name of the organizational unit for computer accounts.

Returns:

  • (String)


3227
3228
3229
3230
3231
3232
# File 'lib/aws-sdk-appstream/types.rb', line 3227

class DomainJoinInfo < Struct.new(
  :directory_name,
  :organizational_unit_distinguished_name)
  SENSITIVE = []
  include Aws::Structure
end