Class: Aws::RedshiftServerless::Types::ListTableRestoreStatusRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::RedshiftServerless::Types::ListTableRestoreStatusRequest
- Defined in:
- gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return.
-
#namespace_name ⇒ String
The namespace from which to list all of the statuses of
RestoreTableFromSnapshotoperations . -
#next_token ⇒ String
If your initial
ListTableRestoreStatusoperation returns a nextToken, you can include the returnednextTokenin followingListTableRestoreStatusoperations. -
#workgroup_name ⇒ String
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshotoperations.
Instance Attribute Details
#max_results ⇒ Integer
An optional parameter that specifies the maximum number of results to return. You can use nextToken to display the next page of results.
2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2165 class ListTableRestoreStatusRequest < Struct.new( :max_results, :namespace_name, :next_token, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#namespace_name ⇒ String
The namespace from which to list all of the statuses of
RestoreTableFromSnapshot operations .
2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2165 class ListTableRestoreStatusRequest < Struct.new( :max_results, :namespace_name, :next_token, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
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.
2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2165 class ListTableRestoreStatusRequest < Struct.new( :max_results, :namespace_name, :next_token, :workgroup_name) SENSITIVE = [] include Aws::Structure end |
#workgroup_name ⇒ String
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot operations.
2165 2166 2167 2168 2169 2170 2171 2172 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2165 class ListTableRestoreStatusRequest < Struct.new( :max_results, :namespace_name, :next_token, :workgroup_name) SENSITIVE = [] include Aws::Structure end |