Class: Aws::DynamoDB::Types::ListImportsOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#import_summary_listArray<Types::ImportSummary>

A list of ‘ImportSummary` objects.

Returns:



5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-dynamodb/types.rb', line 5425

class ListImportsOutput < Struct.new(
  :import_summary_list,
  :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 ‘ListImports` again, with `NextToken` set to this value.

Returns:

  • (String)


5425
5426
5427
5428
5429
5430
# File 'lib/aws-sdk-dynamodb/types.rb', line 5425

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