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
- Struct
- Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage
- Defined in:
- (unknown)
Overview
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
-
#marker ⇒ String
Optional pagination token provided by a previous request.
-
#max_records ⇒ Integer
Maximum number of records to include in the response.
-
#migration_type ⇒ String
Name of the migration type that each provided individual assessment must support.
-
#replication_instance_arn ⇒ String
ARN of a replication instance on which you want to base the default list of individual assessments.
-
#replication_task_arn ⇒ String
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
-
#source_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a source.
-
#target_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a target.
Instance Attribute Details
#marker ⇒ String
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
.
#max_records ⇒ Integer
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.
#migration_type ⇒ String
Name of the migration type that each provided individual assessment must support.
Possible values:
- full-load
- cdc
- full-load-and-cdc
#replication_instance_arn ⇒ String
ARN of a replication instance on which you want to base the default list of individual assessments.
#replication_task_arn ⇒ String
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
#source_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a source.
#target_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a target.