Class: Aws::NimbleStudio::Types::ActiveDirectoryConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::ActiveDirectoryConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
The configuration for a Directory Service for Microsoft Active Directory studio resource.
Constant Summary collapse
- SENSITIVE =
[:computer_attributes]
Instance Attribute Summary collapse
-
#computer_attributes ⇒ Array<Types::ActiveDirectoryComputerAttribute>
A collection of custom attributes for an Active Directory computer.
-
#directory_id ⇒ String
The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
-
#organizational_unit_distinguished_name ⇒ String
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
Instance Attribute Details
#computer_attributes ⇒ Array<Types::ActiveDirectoryComputerAttribute>
A collection of custom attributes for an Active Directory computer.
117 118 119 120 121 122 123 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 117 class ActiveDirectoryConfiguration < Struct.new( :computer_attributes, :directory_id, :organizational_unit_distinguished_name) SENSITIVE = [:computer_attributes] include Aws::Structure end |
#directory_id ⇒ String
The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.
117 118 119 120 121 122 123 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 117 class ActiveDirectoryConfiguration < Struct.new( :computer_attributes, :directory_id, :organizational_unit_distinguished_name) SENSITIVE = [:computer_attributes] include Aws::Structure end |
#organizational_unit_distinguished_name ⇒ String
The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.
117 118 119 120 121 122 123 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 117 class ActiveDirectoryConfiguration < Struct.new( :computer_attributes, :directory_id, :organizational_unit_distinguished_name) SENSITIVE = [:computer_attributes] include Aws::Structure end |