class Aws::Appflow::Types::ExecutionRecord

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

@!attribute [rw] execution_id

Specifies the identifier of the given flow run.
@return [String]

@!attribute [rw] execution_status

Specifies the flow run status and whether it is in progress, has
completed successfully, or has failed.
@return [String]

@!attribute [rw] execution_result

Describes the result of the given flow run.
@return [Types::ExecutionResult]

@!attribute [rw] started_at

Specifies the start time of the flow run.
@return [Time]

@!attribute [rw] last_updated_at

Specifies the time of the most recent update.
@return [Time]

@!attribute [rw] data_pull_start_time

The timestamp that determines the first new or updated record to be
transferred in the flow run.
@return [Time]

@!attribute [rw] data_pull_end_time

The timestamp that indicates the last new or updated record to be
transferred in the flow run.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/appflow-2020-08-23/ExecutionRecord AWS API Documentation

Constants

SENSITIVE