Class: Aws::QLDB::Types::DescribeJournalS3ExportRequest

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

#export_idString

The UUID (represented in Base62-encoded text) of the journal export job to describe.

Returns:

  • (String)


273
274
275
276
277
278
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 273

class DescribeJournalS3ExportRequest < Struct.new(
  :name,
  :export_id)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the ledger.

Returns:

  • (String)


273
274
275
276
277
278
# File 'gems/aws-sdk-qldb/lib/aws-sdk-qldb/types.rb', line 273

class DescribeJournalS3ExportRequest < Struct.new(
  :name,
  :export_id)
  SENSITIVE = []
  include Aws::Structure
end