Class: Aws::Connect::Types::Workspace
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::Workspace
- Includes:
- Structure
- Defined in:
- 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 Amazon Web Services 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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 Amazon Web Services Region where the workspace was last modified.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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.
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 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).
36836 36837 36838 36839 36840 36841 36842 36843 36844 36845 36846 36847 36848 36849 |
# File 'lib/aws-sdk-connect/types.rb', line 36836 class Workspace < Struct.new( :visibility, :id, :name, :arn, :description, :theme, :title, :last_modified_time, :last_modified_region, :tags) SENSITIVE = [] include Aws::Structure end |