Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptMessage

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#file_nameString

The name of the model file to create in the Amazon S3 bucket.

Returns:

  • (String)


12455
12456
12457
12458
12459
12460
12461
12462
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12455

class StartMetadataModelExportAsScriptMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#migration_project_identifierString

The migration project name or Amazon Resource Name (ARN).

Returns:

  • (String)


12455
12456
12457
12458
12459
12460
12461
12462
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12455

class StartMetadataModelExportAsScriptMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#originString

Whether to export the metadata model from the source or the target.

Returns:

  • (String)


12455
12456
12457
12458
12459
12460
12461
12462
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12455

class StartMetadataModelExportAsScriptMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end

#selection_rulesString

A value that specifies the database objects to export.

Returns:

  • (String)


12455
12456
12457
12458
12459
12460
12461
12462
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12455

class StartMetadataModelExportAsScriptMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :origin,
  :file_name)
  SENSITIVE = []
  include Aws::Structure
end