Class: Aws::Athena::Types::ListCapacityReservationsInput

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

#max_resultsInteger

Specifies the maximum number of results to return.

Returns:

  • (Integer)


2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-athena/types.rb', line 2151

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


2151
2152
2153
2154
2155
2156
# File 'lib/aws-sdk-athena/types.rb', line 2151

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