Class: Aws::Athena::Types::ListApplicationDPUSizesOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListApplicationDPUSizesOutput
- Defined in:
- gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_dpu_sizes ⇒ Array<Types::ApplicationDPUSizes>
A list of the supported DPU sizes that the application runtime supports.
-
#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
#application_dpu_sizes ⇒ Array<Types::ApplicationDPUSizes>
A list of the supported DPU sizes that the application runtime supports.
2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2066 class ListApplicationDPUSizesOutput < Struct.new( :application_dpu_sizes, :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. To obtain
the next set of pages, pass in the NextToken
from the response
object of the previous page call.
2066 2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-athena/lib/aws-sdk-athena/types.rb', line 2066 class ListApplicationDPUSizesOutput < Struct.new( :application_dpu_sizes, :next_token) SENSITIVE = [] include Aws::Structure end |