Class: Aws::Glue::Types::MaterializedViewRefreshTaskRun

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

Overview

The object that shows the details of the materialized view refresh task run.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#catalog_idString

The ID of the Data Catalog where the table resides. If none is supplied, the account ID is used by default.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time that this task was created.

Returns:

  • (Time)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#customer_idString

The Amazon Web Services account ID.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#database_nameString

The database where the table resides.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#dpu_secondsFloat

The calculated DPU usage in seconds for all autoscaled workers.

Returns:

  • (Float)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of the task.

Returns:

  • (Time)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for the job.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#last_updatedTime

The last point in time when this task was modified.

Returns:

  • (Time)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#materialized_view_refresh_task_run_idString

The identifier of the materialized view refresh task run.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#processed_bytesInteger

The number of bytes the refresh task run has scanned to refresh the materialized view.

Returns:

  • (Integer)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#refresh_typeString

The type of the refresh task run. Either FULL or INCREMENTAL.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#roleString

The IAM role that the service assumes to generate statistics.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#start_timeTime

The start time of the task.

Returns:

  • (Time)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the task run.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end

#table_nameString

The name of the table for which statistics is generated.

Returns:

  • (String)


20796
20797
20798
20799
20800
20801
20802
20803
20804
20805
20806
20807
20808
20809
20810
20811
20812
20813
20814
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 20796

class MaterializedViewRefreshTaskRun < Struct.new(
  :customer_id,
  :materialized_view_refresh_task_run_id,
  :database_name,
  :table_name,
  :catalog_id,
  :role,
  :status,
  :creation_time,
  :last_updated,
  :start_time,
  :end_time,
  :error_message,
  :dpu_seconds,
  :refresh_type,
  :processed_bytes)
  SENSITIVE = []
  include Aws::Structure
end