Class: Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationMessage

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

#migration_project_identifierString

The name or Amazon Resource Name (ARN) for the schema conversion project to describe.

Returns:

  • (String)


2658
2659
2660
2661
2662
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2658

class DescribeConversionConfigurationMessage < Struct.new(
  :migration_project_identifier)
  SENSITIVE = []
  include Aws::Structure
end