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.
5280 5281 5282 5283 5284 5285 5286 |
# File 'lib/aws-sdk-appflow/types.rb', line 5280 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).
5280 5281 5282 5283 5284 5285 5286 |
# File 'lib/aws-sdk-appflow/types.rb', line 5280 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.
5280 5281 5282 5283 5284 5285 5286 |
# File 'lib/aws-sdk-appflow/types.rb', line 5280 class StartFlowResponse < Struct.new( :flow_arn, :flow_status, :execution_id) SENSITIVE = [] include Aws::Structure end |