Class: Aws::MigrationHubStrategyRecommendations::Types::SourceCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::SourceCode
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
Object containing source code information that is linked to an application component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#location ⇒ String
The repository name for the source code.
-
#project_name ⇒ String
The name of the project.
-
#source_version ⇒ String
The branch of the source code.
-
#version_control ⇒ String
The type of repository to use for the source code.
Instance Attribute Details
#location ⇒ String
The repository name for the source code.
2094 2095 2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2094 class SourceCode < Struct.new( :location, :project_name, :source_version, :version_control) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project.
2094 2095 2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2094 class SourceCode < Struct.new( :location, :project_name, :source_version, :version_control) SENSITIVE = [] include Aws::Structure end |
#source_version ⇒ String
The branch of the source code.
2094 2095 2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2094 class SourceCode < Struct.new( :location, :project_name, :source_version, :version_control) SENSITIVE = [] include Aws::Structure end |
#version_control ⇒ String
The type of repository to use for the source code.
2094 2095 2096 2097 2098 2099 2100 2101 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2094 class SourceCode < Struct.new( :location, :project_name, :source_version, :version_control) SENSITIVE = [] include Aws::Structure end |