Class: Aws::SimpleDBv2::Types::ListExportsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#export_summariesArray<Types::ExportSummary>

List of export summaries containing export ARN, status, request timestamp, and associated domain name.

Returns:



239
240
241
242
243
244
# File 'gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb', line 239

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

#next_tokenString

A pagination token indicating that more results are available. To retrieve the next page of results, provide this token in a subsequent ListExports request. If null or empty, there are no more results to retrieve.

Returns:

  • (String)


239
240
241
242
243
244
# File 'gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb', line 239

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