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:



23757
23758
23759
23760
23761
# File 'lib/aws-sdk-connect/types.rb', line 23757

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