class Aws::DynamoDB::Types::ListExportsInput

@note When making an API call, you may pass ListExportsInput

data as a hash:

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

@!attribute [rw] table_arn

The Amazon Resource Name (ARN) associated with the exported table.
@return [String]

@!attribute [rw] max_results

Maximum number of results to return per page.
@return [Integer]

@!attribute [rw] next_token

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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dynamodb-2012-08-10/ListExportsInput AWS API Documentation

Constants

SENSITIVE