Class: Aws::MigrationHubStrategyRecommendations::Types::SourceCodeRepository
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::SourceCodeRepository
- Includes:
- Structure
- Defined in:
- 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
-
#branch ⇒ String
The branch of the source code.
-
#project_name ⇒ String
The name of the project.
-
#repository ⇒ String
The repository name for the source code.
-
#version_control_type ⇒ String
The type of repository to use for the source code.
Instance Attribute Details
#branch ⇒ String
The branch of the source code.
2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124 class SourceCodeRepository < Struct.new( :branch, :project_name, :repository, :version_control_type) SENSITIVE = [] include Aws::Structure end |
#project_name ⇒ String
The name of the project.
2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124 class SourceCodeRepository < Struct.new( :branch, :project_name, :repository, :version_control_type) SENSITIVE = [] include Aws::Structure end |
#repository ⇒ String
The repository name for the source code.
2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124 class SourceCodeRepository < Struct.new( :branch, :project_name, :repository, :version_control_type) SENSITIVE = [] include Aws::Structure end |
#version_control_type ⇒ String
The type of repository to use for the source code.
2124 2125 2126 2127 2128 2129 2130 2131 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124 class SourceCodeRepository < Struct.new( :branch, :project_name, :repository, :version_control_type) SENSITIVE = [] include Aws::Structure end |