Class: Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::JobFilter>

An array of objects to specify a filter that returns a more specific list of export jobs.

Returns:



559
560
561
562
563
564
565
566
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 559

class DescribeRecommendationExportJobsRequest < Struct.new(
  :job_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#job_idsArray<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.

Returns:

  • (Array<String>)


559
560
561
562
563
564
565
566
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 559

class DescribeRecommendationExportJobsRequest < Struct.new(
  :job_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

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.

Returns:

  • (Integer)


559
560
561
562
563
564
565
566
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 559

class DescribeRecommendationExportJobsRequest < Struct.new(
  :job_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

The token to advance to the next page of export jobs.

Returns:

  • (String)


559
560
561
562
563
564
565
566
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 559

class DescribeRecommendationExportJobsRequest < Struct.new(
  :job_ids,
  :filters,
  :next_token,
  :max_results)
  SENSITIVE = []
  include Aws::Structure
end