List Engine Versions
| athena_list_engine_versions | R Documentation |
Returns a list of engine versions that are available to choose from, including the Auto option¶
Description¶
Returns a list of engine versions that are available to choose from, including the Auto option.
Usage¶
Arguments¶
NextTokenA token generated by the Athena service that specifies where to continue pagination if a previous request was truncated. To obtain the next set of pages, pass in the
NextTokenfrom the response object of the previous page call.MaxResultsThe maximum number of engine versions to return in this request.
Value¶
A list with the following syntax:
list(
EngineVersions = list(
list(
SelectedEngineVersion = "string",
EffectiveEngineVersion = "string"
)
),
NextToken = "string"
)