Class: Aws::Athena::Types::ListEngineVersionsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#engine_versionsArray<Types::EngineVersion>

A list of engine versions that are available to choose from.

Returns:



2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2309

class ListEngineVersionsOutput < Struct.new(
  :engine_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

A 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 NextToken from the response object of the previous page call.

Returns:

  • (String)


2309
2310
2311
2312
2313
2314
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2309

class ListEngineVersionsOutput < Struct.new(
  :engine_versions,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end