Class: Aws::ConnectCases::Types::SearchAllRelatedItemsResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SearchAllRelatedItemsResponseItem
- 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
-
#association_time ⇒ Time
Time at which a related item was associated with a case.
-
#case_id ⇒ String
A unique identifier of the case.
-
#content ⇒ Types::RelatedItemContent
Represents the content of a particular type of related item.
-
#performed_by ⇒ Types::UserUnion
Represents the entity that performed the action.
-
#related_item_id ⇒ String
Unique identifier of a related item.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
-
#type ⇒ String
Type of a related item.
Instance Attribute Details
#association_time ⇒ Time
Time at which a related item was associated with a case.
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_id ⇒ String
A unique identifier of the case.
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 |
#content ⇒ Types::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_by ⇒ Types::UserUnion
Represents the entity that performed the action.
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 |
#related_item_id ⇒ String
Unique identifier of a 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 |
#tags ⇒ Hash<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.
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 |
#type ⇒ String
Type of a 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 |