Class: Aws::Athena::Types::ListCapacityReservationsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::ListCapacityReservationsOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-athena/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_reservations ⇒ Array<Types::CapacityReservation>
The capacity reservations for the current account.
-
#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
#capacity_reservations ⇒ Array<Types::CapacityReservation>
The capacity reservations for the current account.
2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-athena/types.rb', line 2173 class ListCapacityReservationsOutput < Struct.new( :next_token, :capacity_reservations) 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.
2173 2174 2175 2176 2177 2178 |
# File 'lib/aws-sdk-athena/types.rb', line 2173 class ListCapacityReservationsOutput < Struct.new( :next_token, :capacity_reservations) SENSITIVE = [] include Aws::Structure end |