Class: Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsResponse
- Defined in:
- gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The token to use to advance to the next page of export jobs.
-
#recommendation_export_jobs ⇒ Array<Types::RecommendationExportJob>
An array of objects that describe recommendation export jobs.
Instance Attribute Details
#next_token ⇒ String
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.
474 475 476 477 478 479 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 474 class DescribeRecommendationExportJobsResponse < Struct.new( :recommendation_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |
#recommendation_export_jobs ⇒ Array<Types::RecommendationExportJob>
An array of objects that describe recommendation export jobs.
474 475 476 477 478 479 |
# File 'gems/aws-sdk-computeoptimizer/lib/aws-sdk-computeoptimizer/types.rb', line 474 class DescribeRecommendationExportJobsResponse < Struct.new( :recommendation_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |