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

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

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

Returns:

  • (Array<String>)


2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2822

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)


2822
2823
2824
2825
2826
2827
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2822

class DescribeApplicableIndividualAssessmentsResponse < Struct.new(
  :individual_assessment_names,
  :marker)
  SENSITIVE = []
  include Aws::Structure
end