Class: Aws::WorkSpaces::Types::DefaultWorkspaceCreationProperties

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

Overview

Describes the default values used to create a WorkSpace.

Instance Attribute Summary collapse

Instance Attribute Details

#custom_security_group_idString

The identifier of any security groups to apply to WorkSpaces when they are created.

Returns:

  • (String)


337
338
339
340
341
342
343
344
# File 'lib/aws-sdk-workspaces/types.rb', line 337

class DefaultWorkspaceCreationProperties < Struct.new(
  :enable_work_docs,
  :enable_internet_access,
  :default_ou,
  :custom_security_group_id,
  :user_enabled_as_local_administrator)
  include Aws::Structure
end

#default_ouString

The organizational unit (OU) in the directory for the WorkSpace machine accounts.

Returns:

  • (String)


337
338
339
340
341
342
343
344
# File 'lib/aws-sdk-workspaces/types.rb', line 337

class DefaultWorkspaceCreationProperties < Struct.new(
  :enable_work_docs,
  :enable_internet_access,
  :default_ou,
  :custom_security_group_id,
  :user_enabled_as_local_administrator)
  include Aws::Structure
end

#enable_internet_accessBoolean

The public IP address to attach to all WorkSpaces that are created or rebuilt.

Returns:

  • (Boolean)


337
338
339
340
341
342
343
344
# File 'lib/aws-sdk-workspaces/types.rb', line 337

class DefaultWorkspaceCreationProperties < Struct.new(
  :enable_work_docs,
  :enable_internet_access,
  :default_ou,
  :custom_security_group_id,
  :user_enabled_as_local_administrator)
  include Aws::Structure
end

#enable_work_docsBoolean

Specifies whether the directory is enabled for Amazon WorkDocs.

Returns:

  • (Boolean)


337
338
339
340
341
342
343
344
# File 'lib/aws-sdk-workspaces/types.rb', line 337

class DefaultWorkspaceCreationProperties < Struct.new(
  :enable_work_docs,
  :enable_internet_access,
  :default_ou,
  :custom_security_group_id,
  :user_enabled_as_local_administrator)
  include Aws::Structure
end

#user_enabled_as_local_administratorBoolean

Specifies whether the WorkSpace user is an administrator on the WorkSpace.

Returns:

  • (Boolean)


337
338
339
340
341
342
343
344
# File 'lib/aws-sdk-workspaces/types.rb', line 337

class DefaultWorkspaceCreationProperties < Struct.new(
  :enable_work_docs,
  :enable_internet_access,
  :default_ou,
  :custom_security_group_id,
  :user_enabled_as_local_administrator)
  include Aws::Structure
end