Method: Aws::MigrationHubStrategyRecommendations::Types::SourceCode#source_version
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#source_version ⇒ String
The branch of the source code.
2094 2095 2096 2097 2098 2099 2100 2101 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2094 class SourceCode < Struct.new( :location, :project_name, :source_version, :version_control) SENSITIVE = [] include Aws::Structure end |