Class: Aws::Athena::Types::ListCalculationExecutionsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#calculationsArray<Types::CalculationSummary>

A list of CalculationSummary objects.

Returns:



2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-athena/types.rb', line 2133

class ListCalculationExecutionsResponse < Struct.new(
  :next_token,
  :calculations)
  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)


2133
2134
2135
2136
2137
2138
# File 'lib/aws-sdk-athena/types.rb', line 2133

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