Class: Aws::Connect::Types::TaskTemplateFieldIdentifier

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

Overview

The identifier of the task template field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the task template field.

Returns:

  • (String)


24039
24040
24041
24042
24043
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 24039

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