Class: Aws::Connect::Types::WorkspaceSearchSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::WorkspaceSearchSummary
- Defined in:
- gems/aws-sdk-connect/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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 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.
35495 35496 35497 35498 35499 35500 35501 35502 35503 35504 35505 35506 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 35495 class WorkspaceSearchSummary < Struct.new( :id, :name, :visibility, :description, :title, :arn, :created_at, :tags) SENSITIVE = [] include Aws::Structure end |