Class: Aws::QLDB::Types::ListJournalS3ExportsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

The maximum number of results to return in a single ListJournalS3Exports request. (The actual number of results returned might be fewer.)

Returns:

  • (Integer)


1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1022

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

#next_tokenString

A pagination token, indicating that you want to retrieve the next page of results. If you received a value for NextToken in the response from a previous ListJournalS3Exports call, then you should use that value as input here.

Returns:

  • (String)


1022
1023
1024
1025
1026
1027
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 1022

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