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.
11881 11882 11883 11884 11885 |
# File 'lib/aws-sdk-connect/types.rb', line 11881 class InvisibleFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |