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)


3261
3262
3263
# File 'sig/types.rbs', line 3261

def data_table_id
  @data_table_id
end

#instance_id::String

Returns the value of attribute instance_id.

Returns:

  • (::String)


3260
3261
3262
# File 'sig/types.rbs', line 3260

def instance_id
  @instance_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


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

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


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

def next_token
  @next_token
end

#time_zone::String

Returns the value of attribute time_zone.

Returns:

  • (::String)


3263
3264
3265
# File 'sig/types.rbs', line 3263

def time_zone
  @time_zone
end

#values::Array[Types::DataTableValueEvaluationSet]

Returns the value of attribute values.



3262
3263
3264
# File 'sig/types.rbs', line 3262

def values
  @values
end