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.
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 |