Class: Aws::DynamoDB::Types::ListImportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListImportsOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#import_summary_list ⇒ Array<Types::ImportSummary>
A list of
ImportSummary
objects. -
#next_token ⇒ String
If this value is returned, there are additional results to be displayed.
Instance Attribute Details
#import_summary_list ⇒ Array<Types::ImportSummary>
A list of ImportSummary
objects.
5473 5474 5475 5476 5477 5478 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5473 class ListImportsOutput < Struct.new( :import_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
If this value is returned, there are additional results to be
displayed. To retrieve them, call ListImports
again, with
NextToken
set to this value.
5473 5474 5475 5476 5477 5478 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5473 class ListImportsOutput < Struct.new( :import_summary_list, :next_token) SENSITIVE = [] include Aws::Structure end |