Class: Aws::Athena::Types::ListCapacityReservationsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListCapacityReservationsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Specifies the maximum number of results to return.
-
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
Instance Attribute Details
#max_results ⇒ Integer
Specifies the maximum number of results to return.
2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-athena/types.rb', line 2153 class ListCapacityReservationsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
2153 2154 2155 2156 2157 2158 |
# File 'lib/aws-sdk-athena/types.rb', line 2153 class ListCapacityReservationsInput < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |