Class: Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeContinuousExportsRequest
- Defined in:
- gems/aws-sdk-applicationdiscoveryservice/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.
920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 920 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.
920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 920 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
.
920 921 922 923 924 925 926 |
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 920 class DescribeContinuousExportsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |