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:



20505
20506
20507
20508
20509
# File 'lib/aws-sdk-connect/types.rb', line 20505

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