Class: Aws::Types::SourceCodeRepository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#branch::String

Returns the value of attribute branch.

Returns:

  • (::String)


637
638
639
# File 'sig/types.rbs', line 637

def branch
  @branch
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


638
639
640
# File 'sig/types.rbs', line 638

def project_name
  @project_name
end

#repository::String

Returns the value of attribute repository.

Returns:

  • (::String)


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.

Returns:

  • (::String)


640
641
642
# File 'sig/types.rbs', line 640

def version_control_type
  @version_control_type
end