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

Class: Aws::Appflow::Types::ExecutionDetails

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

Overview

Describes the details of the flow run, including the timestamp, status, and message.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#most_recent_execution_messageString

Describes the details of the most recent flow run.

Returns:

  • (String)

    Describes the details of the most recent flow run.

#most_recent_execution_statusString

Specifies the status of the most recent flow run.

Possible values:

  • InProgress
  • Successful
  • Error

Returns:

  • (String)

    Specifies the status of the most recent flow run.

#most_recent_execution_timeTime

Specifies the time of the most recent flow run.

Returns:

  • (Time)

    Specifies the time of the most recent flow run.