Class: Aws::Connect::Types::WorkspaceSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceSearchSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Contains summary information about a workspace returned from a search operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
-
#created_at ⇒ Time
The timestamp when the workspace was created.
-
#description ⇒ String
The description of the workspace.
-
#id ⇒ String
The unique identifier of the workspace.
-
#name ⇒ String
The name of the workspace.
-
#tags ⇒ Hash<String,String>
The tags associated with the workspace.
-
#title ⇒ String
The title displayed for the workspace.
-
#visibility ⇒ String
The visibility setting of the workspace.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#created_at ⇒ Time
The timestamp when the workspace was created.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The unique identifier of the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags associated with the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
The title displayed for the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |
#visibility ⇒ String
The visibility setting of the workspace.
36140 36141 36142 36143 36144 36145 36146 36147 36148 36149 36150 36151 |
# File 'lib/aws-sdk-connect/types.rb', line 36140 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |