Class: Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::DescribeRecommendationExportJobsResponse
- Includes:
- Structure
- Defined in:
- 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.
637 638 639 640 641 642 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 637 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.
637 638 639 640 641 642 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 637 class DescribeRecommendationExportJobsResponse < Struct.new( :recommendation_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |