You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::DynamoDB::Types::ListExportsOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::DynamoDB::Types::ListExportsOutput
- Defined in:
- (unknown)
Overview
Returned by:
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.
#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.