Class: Aws::RedshiftServerless::Types::ListTableRestoreStatusRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.

Returns:

  • (Integer)


1811
1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1811

class ListTableRestoreStatusRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#namespace_nameString

The namespace from which to list all of the statuses of ‘RestoreTableFromSnapshot` operations .

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1811

class ListTableRestoreStatusRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1811

class ListTableRestoreStatusRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end

#workgroup_nameString

The workgroup from which to list all of the statuses of ‘RestoreTableFromSnapshot` operations.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
1817
1818
# File 'lib/aws-sdk-redshiftserverless/types.rb', line 1811

class ListTableRestoreStatusRequest < Struct.new(
  :max_results,
  :namespace_name,
  :next_token,
  :workgroup_name)
  SENSITIVE = []
  include Aws::Structure
end