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)


3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3061

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)


3061
3062
3063
3064
3065
3066
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 3061

class DescribeConversionConfigurationResponse < Struct.new(
  :migration_project_identifier,
  :conversion_configuration)
  SENSITIVE = []
  include Aws::Structure
end