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.
31867 31868 31869 31870 31871 31872 |
# File 'lib/aws-sdk-connect/types.rb', line 31867 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of a field.
31867 31868 31869 31870 31871 31872 |
# File 'lib/aws-sdk-connect/types.rb', line 31867 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |