Method: Aws::Appflow::Types::CreateFlowResponse#flow_status
- Defined in:
- lib/aws-sdk-appflow/types.rb
#flow_status ⇒ String
Indicates the current status of the flow.
1424 1425 1426 1427 1428 1429 |
# File 'lib/aws-sdk-appflow/types.rb', line 1424 class CreateFlowResponse < Struct.new( :flow_arn, :flow_status) SENSITIVE = [] include Aws::Structure end |