Class: Aws::RedshiftServerless::Types::ListReservationOfferingsResponse

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

#next_tokenString

The token to use when requesting the next set of items.

Returns:

  • (String)


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_listArray<Types::ReservationOffering>

The returned list of reservation offerings.

Returns:



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