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.
2937 2938 2939 2940 2941 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2937 class DescribeConversionConfigurationMessage < Struct.new( :migration_project_identifier) SENSITIVE = [] include Aws::Structure end |