Class: Aws::Athena::Types::ListApplicationDPUSizesInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListApplicationDPUSizesInput
- Defined in:
- gems/aws-sdk-athena/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.
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_token ⇒ String
A token generated by the Athena service that specifies where to continue pagination if a previous request was truncated.
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 |