Class: Aws::DynamoDB::Types::ListExportsOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_summariesArray<Types::ExportSummary>

A list of ExportSummary objects.

Returns:



5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5335

class ListExportsOutput < Struct.new(
  :export_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If this value is returned, there are additional results to be displayed. To retrieve them, call ListExports again, with NextToken set to this value.

Returns:

  • (String)


5335
5336
5337
5338
5339
5340
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5335

class ListExportsOutput < Struct.new(
  :export_summaries,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end