Class: Aws::Connect::Types::ReadOnlyFieldInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::ReadOnlyFieldInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connect/types.rb
Overview
Indicates a field that is read-only to an agent.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of the read-only field.
Instance Attribute Details
#id ⇒ Types::TaskTemplateFieldIdentifier
Identifier of the read-only field.
16202 16203 16204 16205 16206 |
# File 'lib/aws-sdk-connect/types.rb', line 16202 class ReadOnlyFieldInfo < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |