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)


2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2110

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:



2110
2111
2112
2113
2114
2115
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2110

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