Class: Aws::DynamoDB::Types::ListImportsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListImportsInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ‘ListImports`.
-
#page_size ⇒ Integer
The number of ‘ImportSummary `objects returned in a single page.
-
#table_arn ⇒ String
The Amazon Resource Name (ARN) associated with the table that was imported to.
Instance Attribute Details
#next_token ⇒ String
An optional string that, if supplied, must be copied from the output of a previous call to ‘ListImports`. When provided in this manner, the API fetches the next page of results.
5453 5454 5455 5456 5457 5458 5459 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5453 class ListImportsInput < Struct.new( :table_arn, :page_size, :next_token) SENSITIVE = [] include Aws::Structure end |
#page_size ⇒ Integer
The number of ‘ImportSummary `objects returned in a single page.
5453 5454 5455 5456 5457 5458 5459 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5453 class ListImportsInput < Struct.new( :table_arn, :page_size, :next_token) SENSITIVE = [] include Aws::Structure end |
#table_arn ⇒ String
The Amazon Resource Name (ARN) associated with the table that was imported to.
5453 5454 5455 5456 5457 5458 5459 |
# File 'lib/aws-sdk-dynamodb/types.rb', line 5453 class ListImportsInput < Struct.new( :table_arn, :page_size, :next_token) SENSITIVE = [] include Aws::Structure end |