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.
14615 14616 14617 14618 14619 |
# File 'lib/aws-sdk-connect/types.rb', line 14615 class InvisibleFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |