Class: Aws::ConnectCases::Types::UpdateRelatedItemResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UpdateRelatedItemResponse
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#association_time ⇒ Time
Time at which the related item was associated with the case.
-
#content ⇒ Types::RelatedItemContent
Represents the content of the updated related item.
-
#created_by ⇒ Types::UserUnion
Represents the creator of the related item.
-
#last_updated_user ⇒ Types::UserUnion
Represents the last user that updated the related item.
-
#related_item_arn ⇒ String
The Amazon Resource Name (ARN) of the updated related item.
-
#related_item_id ⇒ String
The unique identifier of the updated related item.
-
#tags ⇒ Hash<String,String>
A map of of key-value pairs that represent tags on a resource.
-
#type ⇒ String
Type of the updated related item.
Instance Attribute Details
#association_time ⇒ Time
Time at which the related item was associated with the case.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#content ⇒ Types::RelatedItemContent
Represents the content of the updated related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#created_by ⇒ Types::UserUnion
Represents the creator of the related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#last_updated_user ⇒ Types::UserUnion
Represents the last user that updated the related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#related_item_arn ⇒ String
The Amazon Resource Name (ARN) of the updated related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#related_item_id ⇒ String
The unique identifier of the updated related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_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.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
Type of the updated related item.
4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 4043 class UpdateRelatedItemResponse < Struct.new( :related_item_id, :related_item_arn, :type, :content, :association_time, :tags, :last_updated_user, :created_by) SENSITIVE = [] include Aws::Structure end |