Class: Aws::Connect::Types::DataTableEvaluatedValue

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

Overview

A data table evaluated value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_nameString

The value's attribute name.

Returns:

  • (String)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#errorBoolean

The value's error.

Returns:

  • (Boolean)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#evaluated_valueString

The value's evaluated value.

Returns:

  • (String)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#foundBoolean

The value's found.

Returns:

  • (Boolean)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#primary_valuesArray<Types::PrimaryValue>

The value's primary values.

Returns:



7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#record_idString

The value's record ID.

Returns:

  • (String)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end

#value_typeString

The value's value type.

Returns:

  • (String)


7804
7805
7806
7807
7808
7809
7810
7811
7812
7813
7814
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7804

class DataTableEvaluatedValue < Struct.new(
  :record_id,
  :primary_values,
  :attribute_name,
  :value_type,
  :found,
  :error,
  :evaluated_value)
  SENSITIVE = []
  include Aws::Structure
end