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

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

Instance Attribute Details

#arnString

The Amazon Resource Name (ARN) of the workspace.

Returns:

  • (String)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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>)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

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)


38018
38019
38020
38021
38022
38023
38024
38025
38026
38027
38028
38029
# File 'lib/aws-sdk-connect/types.rb', line 38018

class WorkspaceSearchSummary < Struct.new(
  :id,
  :name,
  :visibility,
  :description,
  :title,
  :arn,
  :created_at,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end