Class: Aws::Types::EvaluateDataTableValuesResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3213
3214
3215
# File 'sig/types.rbs', line 3213

def next_token
  @next_token
end

#values::Array[Types::DataTableEvaluatedValue]

Returns the value of attribute values.

Returns:



3212
3213
3214
# File 'sig/types.rbs', line 3212

def values
  @values
end