Class: Aws::DirectoryService::Types::ConnectDirectoryRequest

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

Overview

Contains the inputs for the ConnectDirectory operation.

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#connect_settingsTypes::DirectoryConnectSettings

A DirectoryConnectSettings object that contains additional information for the operation.



582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#descriptionString

A description for the directory.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#nameString

The fully qualified name of your self-managed directory, such as corp.example.com.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#passwordString

The password for your self-managed user account.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#short_nameString

The NetBIOS name of your self-managed directory, such as CORP.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#sizeString

The size of the directory.

Returns:

  • (String)


582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags to be assigned to AD Connector.

Returns:



582
583
584
585
586
587
588
589
590
591
592
# File 'gems/aws-sdk-directoryservice/lib/aws-sdk-directoryservice/types.rb', line 582

class ConnectDirectoryRequest < Struct.new(
  :name,
  :short_name,
  :password,
  :description,
  :size,
  :connect_settings,
  :tags)
  SENSITIVE = [:password]
  include Aws::Structure
end