Class: Aws::SimpleDBv2::Types::ListExportsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SimpleDBv2::Types::ListExportsResponse
- Defined in:
- gems/aws-sdk-simpledbv2/lib/aws-sdk-simpledbv2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_summaries ⇒ Array<Types::ExportSummary>
List of export summaries containing export ARN, status, request timestamp, and associated domain name.
-
#next_token ⇒ String
A pagination token indicating that more results are available.
Instance Attribute Details
#export_summaries ⇒ Array<Types::ExportSummary>
List of export summaries containing export ARN, status, request timestamp, and associated domain name.
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_token ⇒ String
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.
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 |