Class: Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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`.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#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.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#migration_type ⇒ String
Name of the migration type that each provided individual assessment must support.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#replication_instance_arn ⇒ String
ARN of a replication instance on which you want to base the default list of individual assessments.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#replication_task_arn ⇒ String
Amazon Resource Name (ARN) of a migration task on which you want to base the default list of individual assessments.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#source_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a source.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#target_engine_name ⇒ String
Name of a database engine that the specified replication instance supports as a target.
2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2788 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |