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:



37398
37399
37400
37401
37402
# File 'lib/aws-sdk-connect/types.rb', line 37398

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