Class: Aws::RedshiftServerless::Types::GetTableRestoreStatusRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#table_restore_request_idString

The ID of the RestoreTableFromSnapshot request to return status for.

Returns:

  • (String)


1304
1305
1306
1307
1308
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1304

class GetTableRestoreStatusRequest < Struct.new(
  :table_restore_request_id)
  SENSITIVE = []
  include Aws::Structure
end