Class: Aws::Connect::Types::TaskTemplateFieldIdentifier
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskTemplateFieldIdentifier
- 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
-
#name ⇒ String
The name of the task template field.
Instance Attribute Details
#name ⇒ String
The name of the task template field.
23049 23050 23051 23052 23053 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 23049 class TaskTemplateFieldIdentifier < Struct.new( :name) SENSITIVE = [] include Aws::Structure end |