Class: Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::GetRDSDatabaseRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-computeoptimizer/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
-
#next_token ⇒ String
The token to advance to the next page of Amazon RDS recommendations.
-
#rds_db_recommendations ⇒ Array<Types::RDSDBRecommendation>
An array of objects that describe the Amazon RDS recommendations.
Instance Attribute Details
#errors ⇒ Array<Types::GetRecommendationError>
An array of objects that describe errors of the request.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640 class GetRDSDatabaseRecommendationsResponse < Struct.new( :next_token, :rds_db_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The token to advance to the next page of Amazon RDS recommendations.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640 class GetRDSDatabaseRecommendationsResponse < Struct.new( :next_token, :rds_db_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |
#rds_db_recommendations ⇒ Array<Types::RDSDBRecommendation>
An array of objects that describe the Amazon RDS recommendations.
3640 3641 3642 3643 3644 3645 3646 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3640 class GetRDSDatabaseRecommendationsResponse < Struct.new( :next_token, :rds_db_recommendations, :errors) SENSITIVE = [] include Aws::Structure end |