Class: Aws::DynamoDB::Types::ListExportsInput

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

#max_resultsInteger

Maximum number of results to return per page.

Returns:

  • (Integer)


5357
5358
5359
5360
5361
5362
5363
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5357

class ListExportsInput < Struct.new(
  :table_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

An optional string that, if supplied, must be copied from the output of a previous call to ListExports. When provided in this manner, the API fetches the next page of results.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
5363
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5357

class ListExportsInput < Struct.new(
  :table_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#table_arnString

The Amazon Resource Name (ARN) associated with the exported table.

Returns:

  • (String)


5357
5358
5359
5360
5361
5362
5363
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5357

class ListExportsInput < Struct.new(
  :table_arn,
  :max_results,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end