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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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)


38248
38249
38250
38251
38252
38253
38254
38255
38256
38257
38258
38259
# File 'lib/aws-sdk-connect/types.rb', line 38248

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