Class: Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationMessage
- 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) for the schema conversion project to describe.
Instance Attribute Details
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) for the schema conversion project to describe.
2658 2659 2660 2661 2662 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2658 class DescribeConversionConfigurationMessage < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |