Class: Aws::Types::VersionControlInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#version_control_configuration_time_stamp::String

Returns the value of attribute version_control_configuration_time_stamp.

Returns:

  • (::String)


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.

Returns:

  • ("GITHUB", "GITHUB_ENTERPRISE", "AZURE_DEVOPS_GIT")


761
762
763
# File 'sig/types.rbs', line 761

def version_control_type
  @version_control_type
end