Class: Aws::DatabaseMigrationService::Types::ModifyConversionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::ModifyConversionConfigurationResponse
- Includes:
- Structure
- Defined in:
- 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.
7278 7279 7280 7281 7282 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 7278 class ModifyConversionConfigurationResponse < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |