Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportToTargetResponse

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 export operation.

Returns:

  • (String)


13040
13041
13042
13043
13044
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13040

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