Class: Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeApplicableIndividualAssessmentsMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/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_config_arn ⇒ String
Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.
-
#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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_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.
2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 2912 class DescribeApplicableIndividualAssessmentsMessage < Struct.new( :replication_task_arn, :replication_instance_arn, :replication_config_arn, :source_engine_name, :target_engine_name, :migration_type, :max_records, :marker) SENSITIVE = [] include Aws::Structure end |