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
RestoreTableFromSnapshot
operations . -
#next_token ⇒ String
If your initial
ListTableRestoreStatus
operation returns a nextToken, you can include the returnednextToken
in followingListTableRestoreStatus
operations. -
#workgroup_name ⇒ String
The workgroup from which to list all of the statuses of
RestoreTableFromSnapshot
operations.
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.
2088 2089 2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2088 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 .
2088 2089 2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2088 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.
2088 2089 2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2088 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.
2088 2089 2090 2091 2092 2093 2094 2095 |
# File 'gems/aws-sdk-redshiftserverless/lib/aws-sdk-redshiftserverless/types.rb', line 2088 class ListTableRestoreStatusRequest < Struct.new( :max_results, :namespace_name, :next_token, :workgroup_name) SENSITIVE = [] include Aws::Structure end |