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)


3266
3267
3268
# File 'sig/types.rbs', line 3266

def next_token
  @next_token
end

#values::Array[Types::DataTableEvaluatedValue]

Returns the value of attribute values.

Returns:



3265
3266
3267
# File 'sig/types.rbs', line 3265

def values
  @values
end