Class: Aws::DatabaseMigrationService::Types::StartMetadataModelCreationMessage

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#metadata_model_nameString

The name of the metadata model.

Returns:

  • (String)


13982
13983
13984
13985
13986
13987
13988
13989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982

class StartMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :metadata_model_name,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#migration_project_identifierString

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

Returns:

  • (String)


13982
13983
13984
13985
13986
13987
13988
13989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982

class StartMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :metadata_model_name,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesTypes::MetadataModelProperties

The properties of metadata model in JSON format. This object is a Union. Only one member of this object can be specified or returned.



13982
13983
13984
13985
13986
13987
13988
13989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982

class StartMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :metadata_model_name,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end

#selection_rulesString

The JSON string that specifies the location where the metadata model will be created. Selection rules must specify a single schema. For more information, see Selection Rules in the DMS User Guide.

Returns:

  • (String)


13982
13983
13984
13985
13986
13987
13988
13989
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13982

class StartMetadataModelCreationMessage < Struct.new(
  :migration_project_identifier,
  :selection_rules,
  :metadata_model_name,
  :properties)
  SENSITIVE = []
  include Aws::Structure
end