Class: Aws::Appflow::Types::ExecutionRecord

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#data_pull_end_timeTime

The timestamp that indicates the last new or updated record to be transferred in the flow run.

Returns:

  • (Time)


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_timeTime

The timestamp that determines the first new or updated record to be transferred in the flow run.

Returns:

  • (Time)


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_idString

Specifies the identifier of the given flow run.

Returns:

  • (String)


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_resultTypes::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_statusString

Specifies the flow run status and whether it is in progress, has completed successfully, or has failed.

Returns:

  • (String)


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_atTime

Specifies the time of the most recent update.

Returns:

  • (Time)


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_detailsArray<Types::MetadataCatalogDetail>

Describes the metadata catalog, metadata table, and data partitions that Amazon AppFlow used for the associated flow run.

Returns:



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_atTime

Specifies the start time of the flow run.

Returns:

  • (Time)


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