Method: Aws::MigrationHubStrategyRecommendations::Types::SourceCode#version_control
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
#version_control ⇒ String
The type of repository to use for 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 |