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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


33338
33339
33340
33341
33342
# File 'lib/aws-sdk-connect/types.rb', line 33338

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