ExportJournalToS3Response

public struct ExportJournalToS3Response : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID that QLDB assigns to each journal export job. To describe your export request and check the status of the job, you can use ExportId to call DescribeJournalS3Export.

    Declaration

    Swift

    public let exportId: String
  • Undocumented

    Declaration

    Swift

    public init(exportId: String)