Class: Aws::Appflow::Types::ExecutionRecord
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::ExecutionRecord
- Defined in:
- gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb
Overview
Specifies information about the past flow run instances for a given flow.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#data_pull_end_time ⇒ Time
The timestamp that indicates the last new or updated record to be transferred in the flow run.
-
#data_pull_start_time ⇒ Time
The timestamp that determines the first new or updated record to be transferred in the flow run.
-
#execution_id ⇒ String
Specifies the identifier of the given flow run.
-
#execution_result ⇒ Types::ExecutionResult
Describes the result of the given flow run.
-
#execution_status ⇒ String
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
-
#last_updated_at ⇒ Time
Specifies the time of the most recent update.
-
#metadata_catalog_details ⇒ Array<Types::MetadataCatalogDetail>
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
-
#started_at ⇒ Time
Specifies the start time of the flow run.
Instance Attribute Details
#data_pull_end_time ⇒ Time
The timestamp that indicates the last new or updated record to be transferred in the flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#data_pull_start_time ⇒ Time
The timestamp that determines the first new or updated record to be transferred in the flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#execution_id ⇒ String
Specifies the identifier of the given flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#execution_result ⇒ Types::ExecutionResult
Describes the result of the given flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#execution_status ⇒ String
Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
Specifies the time of the most recent update.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#metadata_catalog_details ⇒ Array<Types::MetadataCatalogDetail>
Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |
#started_at ⇒ Time
Specifies the start time of the flow run.
2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 |
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 2473 class ExecutionRecord < Struct.new( :execution_id, :execution_status, :execution_result, :started_at, :last_updated_at, :data_pull_start_time, :data_pull_end_time, :metadata_catalog_details) SENSITIVE = [] include Aws::Structure end |