Class: Aws::Appflow::Types::ExecutionDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ExecutionDetails
- Includes:
- Structure
- Defined in:
- 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
-
#most_recent_execution_message ⇒ String
Describes the details of the most recent flow run.
-
#most_recent_execution_status ⇒ String
Specifies the status of the most recent flow run.
-
#most_recent_execution_time ⇒ Time
Specifies the time of the most recent flow run.
Instance Attribute Details
#most_recent_execution_message ⇒ String
Describes the details of the most recent flow run.
2424 2425 2426 2427 2428 2429 2430 |
# File '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_status ⇒ String
Specifies the status of the most recent flow run.
2424 2425 2426 2427 2428 2429 2430 |
# File '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_time ⇒ Time
Specifies the time of the most recent flow run.
2424 2425 2426 2427 2428 2429 2430 |
# File '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 |