Class: Aws::Connect::Types::FieldValue

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-connect/types.rb

Overview

Object for case field values.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#idString

Unique identifier of a field.

Returns:

  • (String)


7010
7011
7012
7013
7014
7015
# File 'lib/aws-sdk-connect/types.rb', line 7010

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

#valueTypes::FieldValueUnion

Union of potential field value types.



7010
7011
7012
7013
7014
7015
# File 'lib/aws-sdk-connect/types.rb', line 7010

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