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)


5315
5316
5317
5318
5319
5320
5321
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5315

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)


5315
5316
5317
5318
5319
5320
5321
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5315

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)


5315
5316
5317
5318
5319
5320
5321
# File 'gems/aws-sdk-dynamodb/lib/aws-sdk-dynamodb/types.rb', line 5315

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