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.
      23432 23433 23434 23435 23436 23437  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 23432 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end  | 
  
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of a field.
      23432 23433 23434 23435 23436 23437  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 23432 class TaskTemplateDefaultFieldValue < Struct.new( :id, :default_value) SENSITIVE = [] include Aws::Structure end  |