Class: Aws::S3Tables::Types::TableMaintenanceJobStatusValue

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#failure_messageString

The failure message of a failed job.

Returns:

  • (String)


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_timestampTime

The date and time that the maintenance job was last run.

Returns:

  • (Time)


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

#statusString

The status of the job.

Returns:

  • (String)


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