Class: Aws::Appflow::Types::StartFlowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::StartFlowResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#execution_id ⇒ String
Returns the internal execution ID of an on-demand flow when the flow is started.
-
#flow_arn ⇒ String
The flow’s Amazon Resource Name (ARN).
-
#flow_status ⇒ String
Indicates the current status of the flow.
Instance Attribute Details
#execution_id ⇒ String
Returns the internal execution ID of an on-demand flow when the flow is started. For scheduled or event-triggered flows, this value is null.
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-appflow/types.rb', line 5274 class StartFlowResponse < Struct.new( :flow_arn, :flow_status, :execution_id) SENSITIVE = [] include Aws::Structure end |
#flow_arn ⇒ String
The flow’s Amazon Resource Name (ARN).
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-appflow/types.rb', line 5274 class StartFlowResponse < Struct.new( :flow_arn, :flow_status, :execution_id) SENSITIVE = [] include Aws::Structure end |
#flow_status ⇒ String
Indicates the current status of the flow.
5274 5275 5276 5277 5278 5279 5280 |
# File 'lib/aws-sdk-appflow/types.rb', line 5274 class StartFlowResponse < Struct.new( :flow_arn, :flow_status, :execution_id) SENSITIVE = [] include Aws::Structure end |