Class: Aws::Types::SourceCode

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#location::String

Returns the value of attribute location.

Returns:

  • (::String)


629
630
631
# File 'sig/types.rbs', line 629

def location
  @location
end

#project_name::String

Returns the value of attribute project_name.

Returns:

  • (::String)


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.

Returns:

  • (::String)


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.

Returns:

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


632
633
634
# File 'sig/types.rbs', line 632

def version_control
  @version_control
end