Class: Aws::Types::SourceCode
- Inherits:
-
Object
- Object
- Aws::Types::SourceCode
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ ::String
Returns the value of attribute location.
-
#project_name ⇒ ::String
Returns the value of attribute project_name.
-
#source_version ⇒ ::String
Returns the value of attribute source_version.
-
#version_control ⇒ "GITHUB", ...
Returns the value of attribute version_control.
Instance Attribute Details
#location ⇒ ::String
Returns the value of attribute location.
629 630 631 |
# File 'sig/types.rbs', line 629 def location @location end |
#project_name ⇒ ::String
Returns the value of attribute project_name.
630 631 632 |
# File 'sig/types.rbs', line 630 def project_name @project_name end |
#source_version ⇒ ::String
Returns the value of attribute source_version.
631 632 633 |
# File 'sig/types.rbs', line 631 def source_version @source_version end |
#version_control ⇒ "GITHUB", ...
Returns the value of attribute version_control.
632 633 634 |
# File 'sig/types.rbs', line 632 def version_control @version_control end |