Class: Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelAssessmentMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#selection_rules ⇒ String
A value that specifies the database objects to assess.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
12922 12923 12924 12925 12926 12927 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12922 class StartMetadataModelAssessmentMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
A value that specifies the database objects to assess.
12922 12923 12924 12925 12926 12927 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12922 class StartMetadataModelAssessmentMessage < Struct.new( :migration_project_identifier, :selection_rules) SENSITIVE = [] include Aws::Structure end |