Class: Aws::RedshiftServerless::Types::ListReservationsResponse

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)


1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1974

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

#reservations_listArray<Types::Reservation>

The serverless reservations returned by the request.

Returns:



1974
1975
1976
1977
1978
1979
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1974

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