Class: Aws::ConnectCases::Types::CustomUpdateContent

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

Overview

Represents the updated content of a Custom related item.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::FieldValue>

List of updated field values for the Custom related item. All existing and new fields, and their associated values should be included. Fields not included as part of this request will be removed.

Returns:



1219
1220
1221
1222
1223
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1219

class CustomUpdateContent < Struct.new(
  :fields)
  SENSITIVE = []
  include Aws::Structure
end