Class: Aws::Athena::Types::ListApplicationDPUSizesInput

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

#max_resultsInteger

Specifies the maximum number of results to return.

Returns:

  • (Integer)


2251
2252
2253
2254
2255
2256
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2251

class ListApplicationDPUSizesInput < Struct.new(
  :max_results,
  :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.

Returns:

  • (String)


2251
2252
2253
2254
2255
2256
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2251

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