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)


18797
18798
18799
18800
18801
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 18797

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