Class: Aws::Types::DataTableEvaluatedValue
- Inherits:
-
Object
- Object
- Aws::Types::DataTableEvaluatedValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
-
#error ⇒ Boolean
Returns the value of attribute error.
-
#evaluated_value ⇒ ::String
Returns the value of attribute evaluated_value.
-
#found ⇒ Boolean
Returns the value of attribute found.
-
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
-
#record_id ⇒ ::String
Returns the value of attribute record_id.
-
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
Instance Attribute Details
#attribute_name ⇒ ::String
Returns the value of attribute attribute_name.
2146 2147 2148 |
# File 'sig/types.rbs', line 2146 def attribute_name @attribute_name end |
#error ⇒ Boolean
Returns the value of attribute error.
2149 2150 2151 |
# File 'sig/types.rbs', line 2149 def error @error end |
#evaluated_value ⇒ ::String
Returns the value of attribute evaluated_value.
2150 2151 2152 |
# File 'sig/types.rbs', line 2150 def evaluated_value @evaluated_value end |
#found ⇒ Boolean
Returns the value of attribute found.
2148 2149 2150 |
# File 'sig/types.rbs', line 2148 def found @found end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2145 2146 2147 |
# File 'sig/types.rbs', line 2145 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
2144 2145 2146 |
# File 'sig/types.rbs', line 2144 def record_id @record_id end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2147 2148 2149 |
# File 'sig/types.rbs', line 2147 def value_type @value_type end |