Class: Aws::DatabaseMigrationService::Types::DescribeRecommendationsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

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.

Returns:

  • (String)


4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4455

class DescribeRecommendationsResponse < Struct.new(
  :next_token,
  :recommendations)
  SENSITIVE = []
  include Aws::Structure
end

#recommendationsArray<Types::Recommendation>

The list of recommendations of target engines that Fleet Advisor created for the source database.

Returns:



4455
4456
4457
4458
4459
4460
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4455

class DescribeRecommendationsResponse < Struct.new(
  :next_token,
  :recommendations)
  SENSITIVE = []
  include Aws::Structure
end