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.
2066 2067 2068 |
# File 'sig/types.rbs', line 2066 def attribute_name @attribute_name end |
#error ⇒ Boolean
Returns the value of attribute error.
2069 2070 2071 |
# File 'sig/types.rbs', line 2069 def error @error end |
#evaluated_value ⇒ ::String
Returns the value of attribute evaluated_value.
2070 2071 2072 |
# File 'sig/types.rbs', line 2070 def evaluated_value @evaluated_value end |
#found ⇒ Boolean
Returns the value of attribute found.
2068 2069 2070 |
# File 'sig/types.rbs', line 2068 def found @found end |
#primary_values ⇒ ::Array[Types::PrimaryValue]
Returns the value of attribute primary_values.
2065 2066 2067 |
# File 'sig/types.rbs', line 2065 def primary_values @primary_values end |
#record_id ⇒ ::String
Returns the value of attribute record_id.
2064 2065 2066 |
# File 'sig/types.rbs', line 2064 def record_id @record_id end |
#value_type ⇒ "TEXT", ...
Returns the value of attribute value_type.
2067 2068 2069 |
# File 'sig/types.rbs', line 2067 def value_type @value_type end |