class Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest

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

data as a hash:

    {
      export_ids: ["ConfigurationsExportId"],
      max_results: 1,
      next_token: "NextToken",
    }

@!attribute [rw] export_ids

The unique IDs assigned to the exports.
@return [Array<String>]

@!attribute [rw] max_results

A number between 1 and 100 specifying the maximum number of
continuous export descriptions returned.
@return [Integer]

@!attribute [rw] next_token

The token from the previous call to `DescribeExportTasks`.
@return [String]

Constants

SENSITIVE