GetFlowTemplateRequest

public struct GetFlowTemplateRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the workflow. The ID should be in the following format. urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME

    Declaration

    Swift

    public let id: String
  • The number of the workflow revision to retrieve.

    Declaration

    Swift

    public let revisionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(id: String, revisionNumber: Int64? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws