Class: Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#filters ⇒ Array<Types::JobFilter>
An array of objects to specify a filter that returns a more specific list of export jobs.
-
#job_ids ⇒ Array<String>
The identification numbers of the export jobs to return.
-
#max_results ⇒ Integer
The maximum number of export jobs to return with a single request.
-
#next_token ⇒ String
The token to advance to the next page of export jobs.
Instance Attribute Details
#filters ⇒ Array<Types::JobFilter>
An array of objects to specify a filter that returns a more specific list of export jobs.
589 590 591 592 593 594 595 596 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 589 class DescribeRecommendationExportJobsRequest < Struct.new( :job_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#job_ids ⇒ Array<String>
The identification numbers of the export jobs to return.
An export job ID is returned when you create an export using the ExportAutoScalingGroupRecommendations or ExportEC2InstanceRecommendations actions.
All export jobs created in the last seven days are returned if this parameter is omitted.
589 590 591 592 593 594 595 596 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 589 class DescribeRecommendationExportJobsRequest < Struct.new( :job_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of export jobs to return with a single request.
To retrieve the remaining results, make another request with the returned ‘nextToken` value.
589 590 591 592 593 594 595 596 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 589 class DescribeRecommendationExportJobsRequest < Struct.new( :job_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to advance to the next page of export jobs.
589 590 591 592 593 594 595 596 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 589 class DescribeRecommendationExportJobsRequest < Struct.new( :job_ids, :filters, :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |