Class: Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelExportAsScriptResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
13514 13515 13516 13517 13518 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 13514 class StartMetadataModelExportAsScriptResponse < Struct.new( :request_identifier) SENSITIVE = [] include Aws::Structure end |