class Aws::MigrationHubStrategyRecommendations::Types::SourceCode

Object containing source code information that is linked to an application component.

@note When making an API call, you may pass SourceCode

data as a hash:

    {
      location: "Location",
      source_version: "SourceVersion",
      version_control: "GITHUB", # accepts GITHUB, GITHUB_ENTERPRISE
    }

@!attribute [rw] location

The repository name for the source code.
@return [String]

@!attribute [rw] source_version

The branch of the source code.
@return [String]

@!attribute [rw] version_control

The type of repository to use for the source code.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/migrationhubstrategy-2020-02-19/SourceCode AWS API Documentation

Constants

SENSITIVE