Class: Aws::ConnectCases::Types::UpdateCaseRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#case_idString

A unique identifier of the case.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File '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_idString

The unique identifier of the Cases domain.

Returns:

  • (String)


2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-connectcases/types.rb', line 2478

class UpdateCaseRequest < Struct.new(
  :case_id,
  :domain_id,
  :fields,
  :performed_by)
  SENSITIVE = []
  include Aws::Structure
end

#fieldsArray<Types::FieldValue>

An array of objects with ‘fieldId` (matching ListFields/DescribeField) and value union data, structured identical to `CreateCase`.

Returns:



2478
2479
2480
2481
2482
2483
2484
2485
# File '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_byTypes::UserUnion

Represents the identity of the person who performed the action.

Returns:



2478
2479
2480
2481
2482
2483
2484
2485
# File 'lib/aws-sdk-connectcases/types.rb', line 2478

class UpdateCaseRequest < Struct.new(
  :case_id,
  :domain_id,
  :fields,
  :performed_by)
  SENSITIVE = []
  include Aws::Structure
end