Class: Aws::Types::EvaluateDataTableValuesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_table_id::String

Returns the value of attribute data_table_id.

Returns:

  • (::String)


3203
3204
3205
# File 'sig/types.rbs', line 3203

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3202
3203
3204
# File 'sig/types.rbs', line 3202

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


3207
3208
3209
# File 'sig/types.rbs', line 3207

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


3206
3207
3208
# File 'sig/types.rbs', line 3206

def next_token
  @next_token
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


3205
3206
3207
# File 'sig/types.rbs', line 3205

def time_zone
  @time_zone
end

#values::Array[Types::DataTableValueEvaluationSet]

Returns the value of attribute values.



3204
3205
3206
# File 'sig/types.rbs', line 3204

def values
  @values
end