WorkflowTypeInfo
public struct WorkflowTypeInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The date when this type was registered.
Declaration
Swift
public let creationDate: TimeStamp
-
If the type is in deprecated state, then it is set to the date when the type was deprecated.
Declaration
Swift
public let deprecationDate: TimeStamp?
-
The description of the type registered through RegisterWorkflowType.
Declaration
Swift
public let description: String?
-
The current status of the workflow type.
Declaration
Swift
public let status: RegistrationStatus
-
The workflow type this information is about.
Declaration
Swift
public let workflowType: WorkflowType
-
Undocumented
Declaration
Swift
public init(creationDate: TimeStamp, deprecationDate: TimeStamp? = nil, description: String? = nil, status: RegistrationStatus, workflowType: WorkflowType)