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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 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.
41151 41152 41153 41154 41155 41156 41157 41158 41159 41160 41161 41162 |
# File 'lib/aws-sdk-connect/types.rb', line 41151 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |