Class: Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApplicationDiscoveryService::Types::DescribeExportConfigurationsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-applicationdiscoveryservice/types.rb
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#export_ids ⇒ Array<String>
A list of continuous export IDs to search for.
-
#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 describe-export-tasks.
Instance Attribute Details
#export_ids ⇒ Array<String>
A list of continuous export IDs to search for.
952 953 954 955 956 957 958 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 952 class DescribeExportConfigurationsRequest < 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.
952 953 954 955 956 957 958 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 952 class DescribeExportConfigurationsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token from the previous call to describe-export-tasks.
952 953 954 955 956 957 958 |
# File 'lib/aws-sdk-applicationdiscoveryservice/types.rb', line 952 class DescribeExportConfigurationsRequest < Struct.new( :export_ids, :max_results, :next_token) SENSITIVE = [] include Aws::Structure end |