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.
20873 20874 20875 20876 20877 20878 |
# File 'lib/aws-sdk-connect/types.rb', line 20873 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of a field.
20873 20874 20875 20876 20877 20878 |
# File 'lib/aws-sdk-connect/types.rb', line 20873 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end |