Class: Aws::DatabaseMigrationService::Types::DescribeRecommendationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeRecommendationsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The unique pagination token returned for you to pass to a subsequent request.
-
#recommendations ⇒ Array<Types::Recommendation>
The list of recommendations of target engines that Fleet Advisor created for the source database.
Instance Attribute Details
#next_token ⇒ String
The unique pagination token returned for you to pass to a subsequent request. Fleet Advisor returns this token when the number of records in the response is greater than the ‘MaxRecords` value. To retrieve the next page, make the call again using the returned token and keeping all other arguments unchanged.
4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4436 class DescribeRecommendationsResponse < Struct.new( :next_token, :recommendations) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
The list of recommendations of target engines that Fleet Advisor created for the source database.
4436 4437 4438 4439 4440 4441 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 4436 class DescribeRecommendationsResponse < Struct.new( :next_token, :recommendations) SENSITIVE = [] include Aws::Structure end |