Class: Aws::S3Tables::Types::GetTableRecordExpirationJobStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failure_messageString

If the job failed, this field contains an error message describing the failure reason.

Returns:

  • (String)


959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 959

class GetTableRecordExpirationJobStatusResponse < Struct.new(
  :status,
  :last_run_timestamp,
  :failure_message,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#last_run_timestampTime

The timestamp when the expiration job was last executed.

Returns:

  • (Time)


959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 959

class GetTableRecordExpirationJobStatusResponse < Struct.new(
  :status,
  :last_run_timestamp,
  :failure_message,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#metricsTypes::TableRecordExpirationJobMetrics

Metrics about the most recent expiration job execution, including the number of records and files deleted.



959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 959

class GetTableRecordExpirationJobStatusResponse < Struct.new(
  :status,
  :last_run_timestamp,
  :failure_message,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The current status of the most recent expiration job.

Returns:

  • (String)


959
960
961
962
963
964
965
966
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 959

class GetTableRecordExpirationJobStatusResponse < Struct.new(
  :status,
  :last_run_timestamp,
  :failure_message,
  :metrics)
  SENSITIVE = []
  include Aws::Structure
end