Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportToTargetResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelExportToTargetResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#request_identifier ⇒ String
The identifier for the export operation.
Instance Attribute Details
#request_identifier ⇒ String
The identifier for the export operation.
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 |