Class: Aws::Types::CodeRepository
- Inherits:
-
Object
- Object
- Aws::Types::CodeRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_configuration ⇒ Types::CodeConfiguration
Returns the value of attribute code_configuration.
-
#repository_url ⇒ ::String
Returns the value of attribute repository_url.
-
#source_code_version ⇒ Types::SourceCodeVersion
Returns the value of attribute source_code_version.
-
#source_directory ⇒ ::String
Returns the value of attribute source_directory.
Instance Attribute Details
#code_configuration ⇒ Types::CodeConfiguration
Returns the value of attribute code_configuration.
86 87 88 |
# File 'sig/types.rbs', line 86 def code_configuration @code_configuration end |
#repository_url ⇒ ::String
Returns the value of attribute repository_url.
84 85 86 |
# File 'sig/types.rbs', line 84 def repository_url @repository_url end |
#source_code_version ⇒ Types::SourceCodeVersion
Returns the value of attribute source_code_version.
85 86 87 |
# File 'sig/types.rbs', line 85 def source_code_version @source_code_version end |
#source_directory ⇒ ::String
Returns the value of attribute source_directory.
87 88 89 |
# File 'sig/types.rbs', line 87 def source_directory @source_directory end |