Class: Aws::DatabaseMigrationService::Types::DescribeMetadataModelMessage

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

#migration_project_identifierString

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

Returns:

  • (String)


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

#originString

Specifies whether to retrieve metadata from the source or target tree. Valid values: SOURCE | TARGET

Returns:

  • (String)


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_rulesString

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.

Returns:

  • (String)


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