Class: Aws::DatabaseMigrationService::Types::ModifyConversionConfigurationResponse

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) of the modified configuration.

Returns:

  • (String)


6924
6925
6926
6927
6928
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 6924

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