Class: Aws::DatabaseMigrationService::Types::StartMetadataModelConversionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelConversionResponse
- 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 conversion operation.
Instance Attribute Details
#request_identifier ⇒ String
The identifier for the conversion operation.
12964 12965 12966 12967 12968 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12964 class StartMetadataModelConversionResponse < Struct.new( :request_identifier) SENSITIVE = [] include Aws::Structure end |