Class: Aws::QLDB::Types::ListJournalS3ExportsForLedgerRequest

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 ListJournalS3ExportsForLedger request. (The actual number of results returned might be fewer.)

Returns:

  • (Integer)


976
977
978
979
980
981
982
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 976

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

#nameString

The name of the ledger.

Returns:

  • (String)


976
977
978
979
980
981
982
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 976

class ListJournalS3ExportsForLedgerRequest < Struct.new(
  :name,
  :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 ListJournalS3ExportsForLedger call, then you should use that value as input here.

Returns:

  • (String)


976
977
978
979
980
981
982
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 976

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