Class: Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#individual_assessment_namesArray<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

Returns:

  • (Array<String>)


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

#markerString

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`.

Returns:

  • (String)


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