Class: Aws::DatabaseMigrationService::Types::DescribeMetadataModelMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeMetadataModelMessage
- Defined in:
- gems/aws-sdk-databasemigrationservice/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).
-
#origin ⇒ String
Specifies whether to retrieve metadata from the source or target tree.
-
#selection_rules ⇒ String
The JSON string that specifies which metadata model to retrieve.
Instance Attribute Details
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
4458 4459 4460 4461 4462 4463 4464 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4458 class DescribeMetadataModelMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET
4458 4459 4460 4461 4462 4463 4464 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4458 class DescribeMetadataModelMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
The JSON string that specifies which metadata model to retrieve. Only one selection rule with "rule-action": "explicit" can be provided. For more information, see Selection Rules in the DMS User Guide.
4458 4459 4460 4461 4462 4463 4464 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 4458 class DescribeMetadataModelMessage < Struct.new( :selection_rules, :migration_project_identifier, :origin) SENSITIVE = [] include Aws::Structure end |