Class: Aws::Connect::Types::InvisibleFieldInfo
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Connect::Types::InvisibleFieldInfo
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-connect/types.rb
 
Overview
A field that is invisible to an agent.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #id  ⇒ Types::TaskTemplateFieldIdentifier 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Identifier of the invisible field.
 
Instance Attribute Details
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of the invisible field.
      13525 13526 13527 13528 13529  | 
    
      # File 'lib/aws-sdk-connect/types.rb', line 13525 class InvisibleFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end  |