Class: Aws::Connect::Types::ReadOnlyFieldInfo

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#idTypes::TaskTemplateFieldIdentifier

Identifier of the read-only field.



14334
14335
14336
14337
14338
# File 'lib/aws-sdk-connect/types.rb', line 14334

class ReadOnlyFieldInfo < Struct.new(
  :id)
  SENSITIVE = []
  include Aws::Structure
end