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

Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest

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

Overview

Note:

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

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

Instance Attribute Summary collapse

Instance Attribute Details

#export_idsArray<String>

The unique IDs assigned to the exports.

Returns:

  • (Array<String>)

    The unique IDs assigned to the exports.

#max_resultsInteger

A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

Returns:

  • (Integer)

    A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.

#next_tokenString

The token from the previous call to DescribeExportTasks.

Returns:

  • (String)

    The token from the previous call to DescribeExportTasks.