Class: Aws::Connect::Types::UpdateCaseActionDefinition

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

Overview

The UpdateCase action definition.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldsArray<Types::FieldValue>

An array of objects with Field ID and Value data.

Returns:



35312
35313
35314
35315
35316
# File 'lib/aws-sdk-connect/types.rb', line 35312

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