DependencyRevision

public struct DependencyRevision : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    The ID of the workflow or system.

    Declaration

    Swift

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

    Declaration

    Swift

    public let revisionNumber: Int64?
  • Undocumented

    Declaration

    Swift

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