Class: Aws::Types::DataTableEvaluatedValue

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#attribute_name::String

Returns the value of attribute attribute_name.

Returns:

  • (::String)


2104
2105
2106
# File 'sig/types.rbs', line 2104

def attribute_name
  @attribute_name
end

#errorBoolean

Returns the value of attribute error.

Returns:

  • (Boolean)


2107
2108
2109
# File 'sig/types.rbs', line 2107

def error
  @error
end

#evaluated_value::String

Returns the value of attribute evaluated_value.

Returns:

  • (::String)


2108
2109
2110
# File 'sig/types.rbs', line 2108

def evaluated_value
  @evaluated_value
end

#foundBoolean

Returns the value of attribute found.

Returns:

  • (Boolean)


2106
2107
2108
# File 'sig/types.rbs', line 2106

def found
  @found
end

#primary_values::Array[Types::PrimaryValue]

Returns the value of attribute primary_values.

Returns:



2103
2104
2105
# File 'sig/types.rbs', line 2103

def primary_values
  @primary_values
end

#record_id::String

Returns the value of attribute record_id.

Returns:

  • (::String)


2102
2103
2104
# File 'sig/types.rbs', line 2102

def record_id
  @record_id
end

#value_type"TEXT", ...

Returns the value of attribute value_type.

Returns:

  • ("TEXT", "NUMBER", "BOOLEAN", "TEXT_LIST", "NUMBER_LIST")


2105
2106
2107
# File 'sig/types.rbs', line 2105

def value_type
  @value_type
end