Class: Aws::ConnectCases::Types::UpdateCaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::UpdateCaseRequest
- Defined in:
- gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#case_id ⇒ String
A unique identifier of the case.
-
#domain_id ⇒ String
The unique identifier of the Cases domain.
-
#fields ⇒ Array<Types::FieldValue>
An array of objects with
fieldId
(matching ListFields/DescribeField) and value union data, structured identical toCreateCase
. -
#performed_by ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
Instance Attribute Details
#case_id ⇒ String
A unique identifier of the case.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2478 class UpdateCaseRequest < Struct.new( :case_id, :domain_id, :fields, :performed_by) SENSITIVE = [] include Aws::Structure end |
#domain_id ⇒ String
The unique identifier of the Cases domain.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2478 class UpdateCaseRequest < Struct.new( :case_id, :domain_id, :fields, :performed_by) SENSITIVE = [] include Aws::Structure end |
#fields ⇒ Array<Types::FieldValue>
An array of objects with fieldId
(matching
ListFields/DescribeField) and value union data, structured identical
to CreateCase
.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2478 class UpdateCaseRequest < Struct.new( :case_id, :domain_id, :fields, :performed_by) SENSITIVE = [] include Aws::Structure end |
#performed_by ⇒ Types::UserUnion
Represents the identity of the person who performed the action.
2478 2479 2480 2481 2482 2483 2484 2485 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 2478 class UpdateCaseRequest < Struct.new( :case_id, :domain_id, :fields, :performed_by) SENSITIVE = [] include Aws::Structure end |