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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_arnString

The flow’s Amazon Resource Name (ARN).

Returns:

  • (String)


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_statusString

Indicates the current status of the flow.

Returns:

  • (String)


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