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.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 611 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.
611 612 613 614 615 616 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 611 class DescribeRecommendationExportJobsResponse < Struct.new( :recommendation_export_jobs, :next_token) SENSITIVE = [] include Aws::Structure end |