Class: Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationResponse
- Defined in:
- gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversion_configuration ⇒ String
A JSON string that contains the schema conversion settings for the migration project.
-
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) for the schema conversion project.
Instance Attribute Details
#conversion_configuration ⇒ String
A JSON string that contains the schema conversion settings for the migration project. For the format and available settings, see Specifying schema conversion settings for migration projects.
3104 3105 3106 3107 3108 3109 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3104 class DescribeConversionConfigurationResponse < Struct.new( :migration_project_identifier, :conversion_configuration) SENSITIVE = [] include Aws::Structure end |
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) for the schema conversion project.
3104 3105 3106 3107 3108 3109 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 3104 class DescribeConversionConfigurationResponse < Struct.new( :migration_project_identifier, :conversion_configuration) SENSITIVE = [] include Aws::Structure end |