Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#file_name ⇒ String
The name of the model file to create in the Amazon S3 bucket.
-
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
-
#origin ⇒ String
Whether to export the metadata model from the source or the target.
-
#selection_rules ⇒ String
A value that specifies the database objects to export.
Instance Attribute Details
#file_name ⇒ String
The name of the model file to create in the Amazon S3 bucket.
12988 12989 12990 12991 12992 12993 12994 12995 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12988 class StartMetadataModelExportAsScriptMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :file_name) SENSITIVE = [] include Aws::Structure end |
#migration_project_identifier ⇒ String
The migration project name or Amazon Resource Name (ARN).
12988 12989 12990 12991 12992 12993 12994 12995 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12988 class StartMetadataModelExportAsScriptMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :file_name) SENSITIVE = [] include Aws::Structure end |
#origin ⇒ String
Whether to export the metadata model from the source or the target.
12988 12989 12990 12991 12992 12993 12994 12995 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12988 class StartMetadataModelExportAsScriptMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :file_name) SENSITIVE = [] include Aws::Structure end |
#selection_rules ⇒ String
A value that specifies the database objects to export.
12988 12989 12990 12991 12992 12993 12994 12995 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12988 class StartMetadataModelExportAsScriptMessage < Struct.new( :migration_project_identifier, :selection_rules, :origin, :file_name) SENSITIVE = [] include Aws::Structure end |