DescribeJournalS3ExportRequest

public struct DescribeJournalS3ExportRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The unique ID of the journal export job that you want to describe.

    Declaration

    Swift

    public let exportId: String
  • The name of the ledger.

    Declaration

    Swift

    public let name: String
  • Undocumented

    Declaration

    Swift

    public init(exportId: String, name: String)
  • Declaration

    Swift

    public func validate(name: String) throws