Class: Aws::S3Tables::Types::TableMaintenanceJobStatusValue
- Inherits:
-
Struct
- Object
- Struct
- Aws::S3Tables::Types::TableMaintenanceJobStatusValue
- Defined in:
- gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb
Overview
Details about the status of a maintenance job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_message ⇒ String
The failure message of a failed job.
-
#last_run_timestamp ⇒ Time
The date and time that the maintenance job was last run.
-
#status ⇒ String
The status of the job.
Instance Attribute Details
#failure_message ⇒ String
The failure message of a failed job.
2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2157 class TableMaintenanceJobStatusValue < Struct.new( :status, :last_run_timestamp, :failure_message) SENSITIVE = [] include Aws::Structure end |
#last_run_timestamp ⇒ Time
The date and time that the maintenance job was last run.
2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2157 class TableMaintenanceJobStatusValue < Struct.new( :status, :last_run_timestamp, :failure_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the job.
2157 2158 2159 2160 2161 2162 2163 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 2157 class TableMaintenanceJobStatusValue < Struct.new( :status, :last_run_timestamp, :failure_message) SENSITIVE = [] include Aws::Structure end |