Class: Aws::DynamoDB::Types::ListExportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListExportsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
Maximum number of results to return per page.
-
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ‘ListExports`.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) associated with the exported table.
Instance Attribute Details
#max_results ⇒ Integer
Maximum number of results to return per page.
5157 5158 5159 5160 5161 5162 5163 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5157 class ListExportsInput < Struct.new( :table_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ‘ListExports`. When provided in this manner, the API fetches the next page of results.
5157 5158 5159 5160 5161 5162 5163 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5157 class ListExportsInput < Struct.new( :table_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) associated with the exported table.
5157 5158 5159 5160 5161 5162 5163 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5157 class ListExportsInput < Struct.new( :table_arn, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |