Class: Aws::Connect::Types::Workspace

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

Overview

Contains information about a workspace, which defines the user experience by mapping views to pages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workspace.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

The description of the workspace.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The unique identifier of the workspace.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_regionString

The AWS Region where the workspace was last modified.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The timestamp when the workspace was last modified.

Returns:

  • (Time)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the workspace.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The tags used to organize, track, or control access for the workspace.

Returns:

  • (Hash<String,String>)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#themeTypes::WorkspaceTheme

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



35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

The title displayed for the workspace.

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#visibilityString

Controls who can access the workspace. Valid values are: ALL (all users), ASSIGNED (only assigned users and routing profiles), and NONE (not visible).

Returns:

  • (String)


35271
35272
35273
35274
35275
35276
35277
35278
35279
35280
35281
35282
35283
35284
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35271

class Workspace < Struct.new(
  :visibility,
  :id,
  :name,
  :arn,
  :description,
  :theme,
  :title,
  :last_modified_time,
  :last_modified_region,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end