Class: Aws::Appflow::Types::StartFlowResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

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.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5280

class StartFlowResponse < Struct.new(
  :flow_arn,
  :flow_status,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_arnString

The flow's Amazon Resource Name (ARN).

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5280

class StartFlowResponse < Struct.new(
  :flow_arn,
  :flow_status,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end

#flow_statusString

Indicates the current status of the flow.

Returns:

  • (String)


5280
5281
5282
5283
5284
5285
5286
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5280

class StartFlowResponse < Struct.new(
  :flow_arn,
  :flow_status,
  :execution_id)
  SENSITIVE = []
  include Aws::Structure
end