Class: Aws::Glue::Types::ExecutionAttempt

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

Overview

A run attempt for a column statistics task run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#column_statistics_task_run_idString

A task run ID for the last column statistics task run.

Returns:

  • (String)


10660
10661
10662
10663
10664
10665
10666
10667
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10660

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

An error message associated with the last column statistics task run.

Returns:

  • (String)


10660
10661
10662
10663
10664
10665
10666
10667
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10660

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#execution_timestampTime

A timestamp when the last column statistics task run occurred.

Returns:

  • (Time)


10660
10661
10662
10663
10664
10665
10666
10667
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10660

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the last column statistics task run.

Returns:

  • (String)


10660
10661
10662
10663
10664
10665
10666
10667
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10660

class ExecutionAttempt < Struct.new(
  :status,
  :column_statistics_task_run_id,
  :execution_timestamp,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end