Class: Aws::ConnectCases::Types::SearchRelatedItemsResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::SearchRelatedItemsResponseItem
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
A list of items that represent RelatedItems.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_time ⇒ Time
Time at which a related item was associated with a case.
-
#content ⇒ Types::RelatedItemContent
Represents the content of a particular type of related item.
-
#performed_by ⇒ Types::UserUnion
Represents the creator of the related item.
-
#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.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::RelatedItemContent
Represents the content of a particular type of related item.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) SENSITIVE = [] include Aws::Structure end |
#performed_by ⇒ Types::UserUnion
Represents the creator of the related item.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) SENSITIVE = [] include Aws::Structure end |
#related_item_id ⇒ String
Unique identifier of a related item.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) 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.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of a related item.
3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 3187 class SearchRelatedItemsResponseItem < Struct.new( :related_item_id, :type, :association_time, :content, :tags, :performed_by) SENSITIVE = [] include Aws::Structure end |