Class: Aws::S3Tables::Types::GetTableMaintenanceJobStatusResponse

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

#statusHash<String,Types::TableMaintenanceJobStatusValue>

The status of the maintenance job.

Returns:



474
475
476
477
478
479
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 474

class GetTableMaintenanceJobStatusResponse < Struct.new(
  :table_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) of the table.

Returns:

  • (String)


474
475
476
477
478
479
# File 'gems/aws-sdk-s3tables/lib/aws-sdk-s3tables/types.rb', line 474

class GetTableMaintenanceJobStatusResponse < Struct.new(
  :table_arn,
  :status)
  SENSITIVE = []
  include Aws::Structure
end