Class: Aws::Connect::Types::CreateWorkspaceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the workspace. Maximum length is 250 characters.

Returns:

  • (String)


7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_idString

The identifier of the Amazon Connect instance. You can [find the instance ID] in the Amazon Resource Name (ARN) of the instance.

[1]: docs.aws.amazon.com/connect/latest/adminguide/find-instance-arn.html

Returns:

  • (String)


7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workspace. Must be unique within the instance and can contain 1-127 characters.

Returns:

  • (String)


7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for this resource. For example, ‘{ “Tags”: “key2”:“value2” }`.

Returns:

  • (Hash<String,String>)


7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#themeTypes::WorkspaceTheme

The theme configuration for the workspace, including colors and styling.



7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title displayed for the workspace.

Returns:

  • (String)


7294
7295
7296
7297
7298
7299
7300
7301
7302
7303
# File 'lib/aws-sdk-connect/types.rb', line 7294

class CreateWorkspaceRequest < Struct.new(
  :instance_id,
  :name,
  :description,
  :theme,
  :title,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end