Class: Aws::Connect::Types::DataTableEvaluatedValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::DataTableEvaluatedValue
- Includes:
- Structure
- Defined in:
- 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 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.
8967 8968 8969 8970 8971 8972 8973 8974 8975 8976 8977 |
# File 'lib/aws-sdk-connect/types.rb', line 8967 class DataTableEvaluatedValue < Struct.new( :record_id, :primary_values, :attribute_name, :value_type, :found, :error, :evaluated_value) SENSITIVE = [] include Aws::Structure end |