Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_ids ⇒ Array<String>
The unique IDs assigned to the exports.
-
#max_results ⇒ Integer
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
-
#next_token ⇒ String
The token from the previous call to ‘DescribeExportTasks`.
Instance Attribute Details
#export_ids ⇒ Array<String>
The unique IDs assigned to the exports.
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916 class DescribeContinuousExportsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
A number between 1 and 100 specifying the maximum number of continuous export descriptions returned.
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916 class DescribeContinuousExportsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from the previous call to ‘DescribeExportTasks`.
916 917 918 919 920 921 922 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 916 class DescribeContinuousExportsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |