Class: Aws::WorkSpaces::Types::RegisterWorkspaceDirectoryRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#directory_idString

The identifier of the directory. You cannot register a directory if it does not have a status of Active. If the directory does not have a status of Active, you will receive an InvalidResourceStateException error. If you have already registered the maximum number of directories that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error. Deregister directories that you are not using for WorkSpaces, and try again.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#enable_self_serviceBoolean

Indicates whether self-service capabilities are enabled or disabled.

Returns:

  • (Boolean)


3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#enable_work_docsBoolean

Indicates whether Amazon WorkDocs is enabled or disabled. If you have enabled this parameter and WorkDocs is not available in the Region, you will receive an OperationNotSupportedException error. Set EnableWorkDocs to disabled, and try again.

Returns:

  • (Boolean)


3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these conditions are not met, you will receive an OperationNotSupportedException error.

Returns:

  • (Array<String>)


3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the directory.

Returns:



3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tenancyString

Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own License (BYOL) images, this value must be set to DEDICATED and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for BYOL, you will receive an InvalidParameterValuesException error. For more information about BYOL images, see Bring Your Own Windows Desktop Images.

Returns:

  • (String)


3599
3600
3601
3602
3603
3604
3605
3606
3607
3608
# File 'gems/aws-sdk-workspaces/lib/aws-sdk-workspaces/types.rb', line 3599

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_work_docs,
  :enable_self_service,
  :tenancy,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end