Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptResponse
- 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 request.
Instance Attribute Details
#request_identifier ⇒ String
The identifier for the export request.
14340 14341 14342 14343 14344 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 14340 class StartMetadataModelExportAsScriptResponse < Struct.new( :request_identifier) SENSITIVE = [] include Aws::Structure end |