Class: Aws::RedshiftServerless::Types::ListReservationOfferingsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of items to return for this call. The call also returns a token that you can specify in a subsequent call to get the next set of results.



1902
1903
1904
1905
1906
1907
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1902

class ListReservationOfferingsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token for the next set of items to return. (You received this token from a previous call.)



1902
1903
1904
1905
1906
1907
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1902

class ListReservationOfferingsRequest < Struct.new(
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end