Class: Aws::Connect::Types::TaskTemplateDefaultFieldValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::TaskTemplateDefaultFieldValue
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Describes a default field and its corresponding value.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#default_value ⇒ String
Default value for the field.
-
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of a field.
Instance Attribute Details
#default_value ⇒ String
Default value for the field.
20599 20600 20601 20602 20603 20604 |
# File 'lib/aws-sdk-connect/types.rb', line 20599 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of a field.
20599 20600 20601 20602 20603 20604 |
# File 'lib/aws-sdk-connect/types.rb', line 20599 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |