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:



18805
18806
18807
18808
18809
# File 'lib/aws-sdk-connect/types.rb', line 18805

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