Class: Aws::MigrationHubStrategyRecommendations::Types::SourceCodeRepository

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#branchString

The branch of the source code.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_nameString

The name of the project.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124

class SourceCodeRepository < Struct.new(
  :branch,
  :project_name,
  :repository,
  :version_control_type)
  SENSITIVE = []
  include Aws::Structure
end

#repositoryString

The repository name for the source code.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/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_typeString

The type of repository to use for the source code.

Returns:

  • (String)


2124
2125
2126
2127
2128
2129
2130
2131
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2124

class SourceCodeRepository < Struct.new(
  :branch,
  :project_name,
  :repository,
  :version_control_type)
  SENSITIVE = []
  include Aws::Structure
end