Run

public struct Run : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The runId of a workflow execution. This ID is generated by the service and can be used to uniquely identify the workflow execution within a domain.

    Declaration

    Swift

    public let runId: String?
  • Undocumented

    Declaration

    Swift

    public init(runId: String? = nil)