Class: Aws::Connect::Types::DataTableEvaluatedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableEvaluatedValue
- 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
-
#attribute_name ⇒ String
The value's attribute name.
-
#error ⇒ Boolean
The value's error.
-
#evaluated_value ⇒ String
The value's evaluated value.
-
#found ⇒ Boolean
The value's found.
-
#primary_values ⇒ Array<Types::PrimaryValue>
The value's primary values.
-
#record_id ⇒ String
The value's record ID.
-
#value_type ⇒ String
The value's value type.
Instance Attribute Details
#attribute_name ⇒ String
The value's attribute name.
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 |
#error ⇒ Boolean
The value's error.
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_value ⇒ String
The value's evaluated value.
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 |
#found ⇒ Boolean
The value's found.
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_values ⇒ Array<Types::PrimaryValue>
The value's primary values.
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_id ⇒ String
The value's record ID.
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_type ⇒ String
The value's value type.
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 |