CancelJournalKinesisStreamRequest

public struct CancelJournalKinesisStreamRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the ledger.

    Declaration

    Swift

    public let ledgerName: String
  • The unique ID that QLDB assigns to each QLDB journal stream.

    Declaration

    Swift

    public let streamId: String
  • Undocumented

    Declaration

    Swift

    public init(ledgerName: String, streamId: String)
  • Declaration

    Swift

    public func validate(name: String) throws