Class: Aws::Types::VersionControlInfo
- Inherits:
-
Object
- Object
- Aws::Types::VersionControlInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#version_control_configuration_time_stamp ⇒ ::String
Returns the value of attribute version_control_configuration_time_stamp.
-
#version_control_type ⇒ "GITHUB", ...
Returns the value of attribute version_control_type.
Instance Attribute Details
#version_control_configuration_time_stamp ⇒ ::String
Returns the value of attribute version_control_configuration_time_stamp.
760 761 762 |
# File 'sig/types.rbs', line 760 def version_control_configuration_time_stamp @version_control_configuration_time_stamp end |
#version_control_type ⇒ "GITHUB", ...
Returns the value of attribute version_control_type.
761 762 763 |
# File 'sig/types.rbs', line 761 def version_control_type @version_control_type end |