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.



27321
27322
27323
27324
27325
# File 'lib/aws-sdk-connect/types.rb', line 27321

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