Class: Aws::Connect::Types::Workspace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Workspace
- 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
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
-
#description ⇒ String
The description of the workspace.
-
#id ⇒ String
The unique identifier of the workspace.
-
#last_modified_region ⇒ String
The AWS Region where the workspace was last modified.
-
#last_modified_time ⇒ Time
The timestamp when the workspace was last modified.
-
#name ⇒ String
The name of the workspace.
-
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for the workspace.
-
#theme ⇒ Types::WorkspaceTheme
The theme configuration for the workspace, including colors and styling.
-
#title ⇒ String
The title displayed for the workspace.
-
#visibility ⇒ String
Controls who can access the workspace.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
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 |
#description ⇒ String
The description of the workspace.
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 |
#id ⇒ String
The unique identifier of the workspace.
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_region ⇒ String
The AWS Region where the workspace was last modified.
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_time ⇒ Time
The timestamp when the workspace was last modified.
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 |
#name ⇒ String
The name of the workspace.
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 |
#tags ⇒ Hash<String,String>
The tags used to organize, track, or control access for the workspace.
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 |
#theme ⇒ Types::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 |
#title ⇒ String
The title displayed for the workspace.
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 |
#visibility ⇒ String
Controls who can access the workspace. Valid values are: ALL (all
users), ASSIGNED (only assigned users and routing profiles), and
NONE (not visible).
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 |