Class: Aws::Connect::Types::WorkspaceSearchSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workspace.

Returns:

  • (String)


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_atTime

The timestamp when the workspace was created.

Returns:

  • (Time)


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

#descriptionString

The description of the workspace.

Returns:

  • (String)


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

#idString

The unique identifier of the workspace.

Returns:

  • (String)


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

#nameString

The name of the workspace.

Returns:

  • (String)


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

#tagsHash<String,String>

The tags associated with the workspace.

Returns:

  • (Hash<String,String>)


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

#titleString

The title displayed for the workspace.

Returns:

  • (String)


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

#visibilityString

The visibility setting of the workspace.

Returns:

  • (String)


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