Class: Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsResponse

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

#next_tokenString

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

This value is null when there are no more pages of export jobs to return.

Returns:

  • (String)


581
582
583
584
585
586
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 581

class DescribeRecommendationExportJobsResponse < Struct.new(
  :recommendation_export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end

#recommendation_export_jobsArray<Types::RecommendationExportJob>

An array of objects that describe recommendation export jobs.

Returns:



581
582
583
584
585
586
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 581

class DescribeRecommendationExportJobsResponse < Struct.new(
  :recommendation_export_jobs,
  :next_token)
  SENSITIVE = []
  include Aws::Structure
end