Class: Aws::ConnectCases::Types::SearchAllRelatedItemsResponseItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb

Overview

A list of items that represent RelatedItems. This data type is similar to SearchRelatedItemsResponseItem except SearchAllRelatedItemsResponseItem has a caseId field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#association_timeTime

Time at which a related item was associated with a case.

Returns:

  • (Time)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#case_idString

A unique identifier of the case.

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#contentTypes::RelatedItemContent

Represents the content of a particular type of related item.



2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#performed_byTypes::UserUnion

Represents the entity that performed the action.

Returns:



2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

Unique identifier of a related item.

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

A map of of key-value pairs that represent tags on a resource. Tags are used to organize, track, or control access for this resource.

Returns:

  • (Hash<String,String>)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

Type of a related item.

Returns:

  • (String)


2976
2977
2978
2979
2980
2981
2982
2983
2984
2985
2986
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2976

class SearchAllRelatedItemsResponseItem < Struct.new(
  :related_item_id,
  :case_id,
  :type,
  :association_time,
  :content,
  :performed_by,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end