Class: Aws::DatabaseMigrationService::Types::StartMetadataModelImportResponse

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

#request_identifierString

The identifier for the import operation.

Returns:

  • (String)


13591
13592
13593
13594
13595
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13591

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