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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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)


3114
3115
3116
3117
3118
3119
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3114

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)


3114
3115
3116
3117
3118
3119
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3114

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