Class: Aws::Connect::Types::RequiredFieldInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::RequiredFieldInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
Information about a required field.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Types::TaskTemplateFieldIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The unique identifier for the field.
 
Instance Attribute Details
#id ⇒ Types::TaskTemplateFieldIdentifier
The unique identifier for the field.
      18944 18945 18946 18947 18948  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 18944 class RequiredFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |