Class: Aws::DirectoryService::Types::CreateComputerRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb

Overview

Contains the inputs for the CreateComputer operation.

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#computer_attributesArray<Types::Attribute>

An array of Attribute objects that contain any LDAP attributes to apply to the computer account.

Returns:



679
680
681
682
683
684
685
686
687
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 679

class CreateComputerRequest < Struct.new(
  :directory_id,
  :computer_name,
  :password,
  :organizational_unit_distinguished_name,
  :computer_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#computer_nameString

The name of the computer account.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 679

class CreateComputerRequest < Struct.new(
  :directory_id,
  :computer_name,
  :password,
  :organizational_unit_distinguished_name,
  :computer_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#directory_idString

The identifier of the directory in which to create the computer account.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 679

class CreateComputerRequest < Struct.new(
  :directory_id,
  :computer_name,
  :password,
  :organizational_unit_distinguished_name,
  :computer_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#organizational_unit_distinguished_nameString

The fully-qualified distinguished name of the organizational unit to place the computer account in.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 679

class CreateComputerRequest < Struct.new(
  :directory_id,
  :computer_name,
  :password,
  :organizational_unit_distinguished_name,
  :computer_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end

#passwordString

A one-time password that is used to join the computer to the directory. You should generate a random, strong password to use for this parameter.

Returns:

  • (String)


679
680
681
682
683
684
685
686
687
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 679

class CreateComputerRequest < Struct.new(
  :directory_id,
  :computer_name,
  :password,
  :organizational_unit_distinguished_name,
  :computer_attributes)
  SENSITIVE = [:password]
  include Aws::Structure
end