Class: Aws::RedshiftServerless::Types::ListTableRestoreStatusResponse

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

#next_tokenString

If your initial ListTableRestoreStatus operation returns a nextToken, you can include the returned nextToken in following ListTableRestoreStatus operations. This will returns results on the next page.

Returns:

  • (String)


1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1856

class ListTableRestoreStatusResponse < Struct.new(
  :next_token,
  :table_restore_statuses)
  SENSITIVE = []
  include Aws::Structure
end

#table_restore_statusesArray<Types::TableRestoreStatus>

The array of returned TableRestoreStatus objects.

Returns:



1856
1857
1858
1859
1860
1861
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 1856

class ListTableRestoreStatusResponse < Struct.new(
  :next_token,
  :table_restore_statuses)
  SENSITIVE = []
  include Aws::Structure
end