Class: Aws::AppStream::Types::DomainJoinInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::DomainJoinInfo
- 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
-
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
-
#organizational_unit_distinguished_name ⇒ String
The distinguished name of the organizational unit for computer accounts.
Instance Attribute Details
#directory_name ⇒ String
The fully qualified name of the directory (for example, corp.example.com).
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_name ⇒ String
The distinguished name of the organizational unit for computer accounts.
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 |