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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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:



8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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)


8529
8530
8531
8532
8533
8534
8535
8536
8537
8538
8539
# File 'lib/aws-sdk-connect/types.rb', line 8529

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