class Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage

@note When making an API call, you may pass DescribeApplicableIndividualAssessmentsMessage

data as a hash:

    {
      replication_task_arn: "String",
      replication_instance_arn: "String",
      source_engine_name: "String",
      target_engine_name: "String",
      migration_type: "full-load", # accepts full-load, cdc, full-load-and-cdc
      max_records: 1,
      marker: "String",
    }

@!attribute [rw] replication_task_arn

Amazon Resource Name (ARN) of a migration task on which you want to
base the default list of individual assessments.
@return [String]

@!attribute [rw] replication_instance_arn

ARN of a replication instance on which you want to base the default
list of individual assessments.
@return [String]

@!attribute [rw] source_engine_name

Name of a database engine that the specified replication instance
supports as a source.
@return [String]

@!attribute [rw] target_engine_name

Name of a database engine that the specified replication instance
supports as a target.
@return [String]

@!attribute [rw] migration_type

Name of the migration type that each provided individual assessment
must support.
@return [String]

@!attribute [rw] max_records

Maximum number of records to include in the response. If more
records exist than the specified `MaxRecords` value, a pagination
token called a marker is included in the response so that the
remaining results can be retrieved.
@return [Integer]

@!attribute [rw] marker

Optional pagination token provided by a previous request. If this
parameter is specified, the response includes only records beyond
the marker, up to the value specified by `MaxRecords`.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/dms-2016-01-01/DescribeApplicableIndividualAssessmentsMessage AWS API Documentation

Constants

SENSITIVE