Class: Aws::S3Tables::Types::GetTableRecordExpirationJobStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::GetTableRecordExpirationJobStatusResponse
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_message ⇒ String
If the job failed, this field contains an error message describing the failure reason.
-
#last_run_timestamp ⇒ Time
The timestamp when the expiration job was last executed.
-
#metrics ⇒ Types::TableRecordExpirationJobMetrics
Metrics about the most recent expiration job execution, including the number of records and files deleted.
-
#status ⇒ String
The current status of the most recent expiration job.
Instance Attribute Details
#failure_message ⇒ String
If the job failed, this field contains an error message describing the failure reason.
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_timestamp ⇒ Time
The timestamp when the expiration job was last executed.
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 |
#metrics ⇒ Types::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 |
#status ⇒ String
The current status of the most recent expiration job.
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 |