DescribeFlowDefinitionResponse
public struct DescribeFlowDefinitionResponse : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The timestamp when the flow definition was created.
Declaration
Swift
public let creationTime: TimeStamp -
The reason your flow definition failed.
Declaration
Swift
public let failureReason: String? -
The Amazon Resource Name (ARN) of the flow defintion.
Declaration
Swift
public let flowDefinitionArn: String -
The Amazon Resource Name (ARN) of the flow definition.
Declaration
Swift
public let flowDefinitionName: String -
The status of the flow definition. Valid values are listed below.
Declaration
Swift
public let flowDefinitionStatus: FlowDefinitionStatus -
An object containing information about what triggers a human review workflow.
Declaration
Swift
public let humanLoopActivationConfig: HumanLoopActivationConfig? -
An object containing information about who works on the task, the workforce task price, and other task details.
Declaration
Swift
public let humanLoopConfig: HumanLoopConfig -
Container for configuring the source of human task requests. Used to specify if Amazon Rekognition or Amazon Textract is used as an integration source.
Declaration
Swift
public let humanLoopRequestSource: HumanLoopRequestSource? -
An object containing information about the output file.
Declaration
Swift
public let outputConfig: FlowDefinitionOutputConfig -
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) execution role for the flow definition.
Declaration
Swift
public let roleArn: String -
init(creationTime:failureReason:flowDefinitionArn:flowDefinitionName:flowDefinitionStatus:humanLoopActivationConfig:humanLoopConfig:humanLoopRequestSource:outputConfig:roleArn:)Undocumented
Declaration
Swift
public init(creationTime: TimeStamp, failureReason: String? = nil, flowDefinitionArn: String, flowDefinitionName: String, flowDefinitionStatus: FlowDefinitionStatus, humanLoopActivationConfig: HumanLoopActivationConfig? = nil, humanLoopConfig: HumanLoopConfig, humanLoopRequestSource: HumanLoopRequestSource? = nil, outputConfig: FlowDefinitionOutputConfig, roleArn: String)
View on GitHub
DescribeFlowDefinitionResponse Structure Reference