You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

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)

    Returns the internal execution ID of an on-demand flow when the flow is started.

#flow_arnString

The flow\'s Amazon Resource Name (ARN).

Returns:

  • (String)

    The flow\'s Amazon Resource Name (ARN).

#flow_statusString

Indicates the current status of the flow.

Possible values:

  • Active
  • Deprecated
  • Deleted
  • Draft
  • Errored
  • Suspended

Returns:

  • (String)

    Indicates the current status of the flow.