Class: Aws::Types::SourceCodeRepository
- Inherits:
-
Object
- Object
- Aws::Types::SourceCodeRepository
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#branch ⇒ ::String
Returns the value of attribute branch.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#repository ⇒ ::String
Returns the value of attribute repository.
-
#version_control_type ⇒ ::String
Returns the value of attribute version_control_type.
Instance Attribute Details
#branch ⇒ ::String
Returns the value of attribute branch.
637 638 639 |
# File 'sig/types.rbs', line 637 def branch @branch end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
638 639 640 |
# File 'sig/types.rbs', line 638 def project_name @project_name end |
#repository ⇒ ::String
Returns the value of attribute repository.
639 640 641 |
# File 'sig/types.rbs', line 639 def repository @repository end |
#version_control_type ⇒ ::String
Returns the value of attribute version_control_type.
640 641 642 |
# File 'sig/types.rbs', line 640 def version_control_type @version_control_type end |