Class: Aws::DatabaseMigrationService::Types::DescribeRecommendationLimitationsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeRecommendationLimitationsResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limitations ⇒ Array<Types::Limitation>
The list of limitations for recommendations of target Amazon Web Services engines.
-
#next_token ⇒ String
The unique pagination token returned for you to pass to a subsequent request.
Instance Attribute Details
#limitations ⇒ Array<Types::Limitation>
The list of limitations for recommendations of target Amazon Web Services engines.
4713 4714 4715 4716 4717 4718 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4713 class DescribeRecommendationLimitationsResponse < Struct.new( :next_token, :limitations) SENSITIVE = [] include Aws::Structure end |
#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.
4713 4714 4715 4716 4717 4718 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4713 class DescribeRecommendationLimitationsResponse < Struct.new( :next_token, :limitations) SENSITIVE = [] include Aws::Structure end |