Class: Aws::Types::EvaluateDataTableValuesRequest
- Inherits:
-
Object
- Object
- Aws::Types::EvaluateDataTableValuesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
-
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
-
#values ⇒ ::Array[Types::DataTableValueEvaluationSet]
Returns the value of attribute values.
Instance Attribute Details
#data_table_id ⇒ ::String
Returns the value of attribute data_table_id.
3316 3317 3318 |
# File 'sig/types.rbs', line 3316 def data_table_id @data_table_id end |
#instance_id ⇒ ::String
Returns the value of attribute instance_id.
3315 3316 3317 |
# File 'sig/types.rbs', line 3315 def instance_id @instance_id end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
3320 3321 3322 |
# File 'sig/types.rbs', line 3320 def max_results @max_results end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
3319 3320 3321 |
# File 'sig/types.rbs', line 3319 def next_token @next_token end |
#time_zone ⇒ ::String
Returns the value of attribute time_zone.
3318 3319 3320 |
# File 'sig/types.rbs', line 3318 def time_zone @time_zone end |
#values ⇒ ::Array[Types::DataTableValueEvaluationSet]
Returns the value of attribute values.
3317 3318 3319 |
# File 'sig/types.rbs', line 3317 def values @values end |