FlowTemplateSummary

public struct FlowTemplateSummary : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The ARN of the workflow.

    Declaration

    Swift

    public let arn: String?
  • The date when the workflow was created.

    Declaration

    Swift

    public let createdAt: TimeStamp?
  • id

    The ID of the workflow.

    Declaration

    Swift

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

    Declaration

    Swift

    public let revisionNumber: Int64?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, createdAt: TimeStamp? = nil, id: String? = nil, revisionNumber: Int64? = nil)