You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ListExportsInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  table_arn: "TableArn",
  max_results: 1,
  next_token: "ExportNextToken",
}

Instance Attribute Summary collapse

Instance Attribute Details

#max_resultsInteger

Maximum number of results to return per page.

Returns:

  • (Integer)

    Maximum number of results to return per page.

#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)

    An optional string that, if supplied, must be copied from the output of a previous call to ListExports.

#table_arnString

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

Returns:

  • (String)

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