Class: Aws::RedshiftServerless::Types::ListReservationOfferingsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListReservationOfferingsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use when requesting the next set of items.
-
#reservation_offerings_list ⇒ Array<Types::ReservationOffering>
The returned list of reservation offerings.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1858 class ListReservationOfferingsResponse < Struct.new( :next_token, :reservation_offerings_list) SENSITIVE = [] include Aws::Structure end |
#reservation_offerings_list ⇒ Array<Types::ReservationOffering>
The returned list of reservation offerings.
1858 1859 1860 1861 1862 1863 |
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1858 class ListReservationOfferingsResponse < Struct.new( :next_token, :reservation_offerings_list) SENSITIVE = [] include Aws::Structure end |