Class: Aws::DynamoDB::Types::ListExportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListExportsOutput
- Defined in:
- gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_summaries ⇒ Array<Types::ExportSummary>
A list of
ExportSummary
objects. -
#next_token ⇒ String
If this value is returned, there are additional results to be displayed.
Instance Attribute Details
#export_summaries ⇒ Array<Types::ExportSummary>
A list of ExportSummary
objects.
5399 5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5399 class ListExportsOutput < Struct.new( :export_summaries, :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 ListExports
again, with
NextToken
set to this value.
5399 5400 5401 5402 5403 5404 |
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5399 class ListExportsOutput < Struct.new( :export_summaries, :next_token) SENSITIVE = [] include Aws::Structure end |