Class: Aws::DatabaseMigrationService::Types::StartMetadataModelConversionResponse

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

#request_identifierString

The identifier for the conversion operation.

Returns:

  • (String)


12431
12432
12433
12434
12435
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12431

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