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)


2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2043

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)


2043
2044
2045
2046
2047
2048
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2043

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