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.
1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1167 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.
1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1167 class TableMaintenanceJobStatusValue < Struct.new( :status, :last_run_timestamp, :failure_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the job.
1167 1168 1169 1170 1171 1172 1173 |
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 1167 class TableMaintenanceJobStatusValue < Struct.new( :status, :last_run_timestamp, :failure_message) SENSITIVE = [] include Aws::Structure end |