Method: Aws::Appflow::Types::StartFlowResponse#flow_arn
- Defined in:
- lib/aws-sdk-appflow/types.rb
#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 |