Class: Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#conversion_configuration ⇒ String
The configuration parameters for the schema conversion project.
-
#migration_project_identifier ⇒ String
The name or Amazon Resource Name (ARN) for the schema conversion project.
Instance Attribute Details
#conversion_configuration ⇒ String
The configuration parameters for the schema conversion project.
2954 2955 2956 2957 2958 2959 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2954 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.
2954 2955 2956 2957 2958 2959 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 2954 class DescribeConversionConfigurationResponse < Struct.new( :migration_project_identifier, :conversion_configuration) SENSITIVE = [] include Aws::Structure end |