Class: Aws::ConnectCases::Types::CustomUpdateContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::CustomUpdateContent
- 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
-
#fields ⇒ Array<Types::FieldValue>
List of updated field values for the
Customrelated item.
Instance Attribute Details
#fields ⇒ Array<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.
1214 1215 1216 1217 1218 |
# File 'gems/aws-sdk-connectcases/lib/aws-sdk-connectcases/types.rb', line 1214 class CustomUpdateContent < Struct.new( :fields) SENSITIVE = [] include Aws::Structure end |