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

Class: Aws::Appflow::Types::ExecutionRecord

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

Overview

Specifies information about the past flow run instances for a given flow.

Instance Attribute Summary collapse

Instance Attribute Details

#execution_idString

Specifies the identifier of the given flow run.

Returns:

  • (String)

    Specifies the identifier of the given flow run.

#execution_resultTypes::ExecutionResult

Describes the result of the given flow run.

Returns:

#execution_statusString

Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

Possible values:

  • InProgress
  • Successful
  • Error

Returns:

  • (String)

    Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

#last_updated_atTime

Specifies the time of the most recent update.

Returns:

  • (Time)

    Specifies the time of the most recent update.

#started_atTime

Specifies the start time of the flow run.

Returns:

  • (Time)

    Specifies the start time of the flow run.