Class: Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#individual_assessment_names ⇒ Array<String>
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters.
-
#marker ⇒ String
Pagination token returned for you to pass to a subsequent request.
Instance Attribute Details
#individual_assessment_names ⇒ Array<String>
List of names for the individual assessments supported by the premigration assessment run that you start based on the specified request parameters. For more information on the available individual assessments, including compatibility with different migration task configurations, see [Working with premigration assessment runs] in the *Database Migration Service User Guide.*
[1]: docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.AssessmentReport.html
2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2543 class DescribeApplicableIndividualAssessmentsResponse < Struct.new( :individual_assessment_names, :marker) SENSITIVE = [] include Aws::Structure end |
#marker ⇒ String
Pagination token returned for you to pass to a subsequent request. If you pass this token as the ‘Marker` value in a subsequent request, the response includes only records beyond the marker, up to the value specified in the request by `MaxRecords`.
2543 2544 2545 2546 2547 2548 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2543 class DescribeApplicableIndividualAssessmentsResponse < Struct.new( :individual_assessment_names, :marker) SENSITIVE = [] include Aws::Structure end |