You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DescribeApplicableIndividualAssessmentsMessage as input to an Aws::Client method, you can use a vanilla 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",
}

Instance Attribute Summary collapse

Instance Attribute Details

#markerString

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.

Returns:

  • (String)

    Optional pagination token provided by a previous request.

#max_recordsInteger

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.

Returns:

  • (Integer)

    Maximum number of records to include in the response.

#migration_typeString

Name of the migration type that each provided individual assessment must support.

Possible values:

  • full-load
  • cdc
  • full-load-and-cdc

Returns:

  • (String)

    Name of the migration type that each provided individual assessment must support.

#replication_instance_arnString

ARN of a replication instance on which you want to base the default list of individual assessments.

Returns:

  • (String)

    ARN of a replication instance on which you want to base the default list of individual assessments.

#replication_task_arnString

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

Returns:

  • (String)

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

#source_engine_nameString

Name of a database engine that the specified replication instance supports as a source.

Returns:

  • (String)

    Name of a database engine that the specified replication instance supports as a source.

#target_engine_nameString

Name of a database engine that the specified replication instance supports as a target.

Returns:

  • (String)

    Name of a database engine that the specified replication instance supports as a target.