Class: Aws::RedshiftServerless::Types::ListReservationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListReservationsResponse
- Defined in:
- gems/aws-sdk-redshiftserverless/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.
-
#reservations_list ⇒ Array<Types::Reservation>
The serverless reservations returned by the request.
Instance Attribute Details
#next_token ⇒ String
The token to use when requesting the next set of items.
1895 1896 1897 1898 1899 1900 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1895 class ListReservationsResponse < Struct.new( :next_token, :reservations_list) SENSITIVE = [] include Aws::Structure end |
#reservations_list ⇒ Array<Types::Reservation>
The serverless reservations returned by the request.
1895 1896 1897 1898 1899 1900 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1895 class ListReservationsResponse < Struct.new( :next_token, :reservations_list) SENSITIVE = [] include Aws::Structure end |