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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#most_recent_execution_messageString

Describes the details of the most recent flow run.

Returns:

  • (String)


2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2424

class ExecutionDetails < Struct.new(
  :most_recent_execution_message,
  :most_recent_execution_time,
  :most_recent_execution_status)
  SENSITIVE = []
  include Aws::Structure
end

#most_recent_execution_statusString

Specifies the status of the most recent flow run.

Returns:

  • (String)


2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2424

class ExecutionDetails < Struct.new(
  :most_recent_execution_message,
  :most_recent_execution_time,
  :most_recent_execution_status)
  SENSITIVE = []
  include Aws::Structure
end

#most_recent_execution_timeTime

Specifies the time of the most recent flow run.

Returns:

  • (Time)


2424
2425
2426
2427
2428
2429
2430
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2424

class ExecutionDetails < Struct.new(
  :most_recent_execution_message,
  :most_recent_execution_time,
  :most_recent_execution_status)
  SENSITIVE = []
  include Aws::Structure
end