Class: Aws::DatabaseMigrationService::Types::ModifyConversionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyConversionConfigurationResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) of the modified configuration.
Instance Attribute Details
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) of the modified configuration.
7340 7341 7342 7343 7344 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 7340 class ModifyConversionConfigurationResponse < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |