Class: Aws::DatabaseMigrationService::Types::StartMetadataModelImportResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartMetadataModelImportResponse
- 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 import operation.
Instance Attribute Details
#request_identifier ⇒ String
The identifier for the import operation.
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 |