Class: Aws::DatabaseMigrationService::Types::DescribeConversionConfigurationResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-databasemigrationservice/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#conversion_configurationString

The configuration parameters for the schema conversion project.

Returns:

  • (String)


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_identifierString

The name or Amazon Resource Name (ARN) for the schema conversion project.

Returns:

  • (String)


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