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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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:



7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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)


7899
7900
7901
7902
7903
7904
7905
7906
7907
7908
7909
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 7899

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