Class: Aws::Types::CodeRepository

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_configuration ⇒ Types::CodeConfiguration

Returns the value of attribute code_configuration.



86
87
88
# File 'sig/types.rbs', line 86

def code_configuration
  @code_configuration
end

#repository_url ⇒ ::String

Returns the value of attribute repository_url.

Returns:

  • (::String)


84
85
86
# File 'sig/types.rbs', line 84

def repository_url
  @repository_url
end

#source_code_version ⇒ Types::SourceCodeVersion

Returns the value of attribute source_code_version.



85
86
87
# File 'sig/types.rbs', line 85

def source_code_version
  @source_code_version
end

#source_directory ⇒ ::String

Returns the value of attribute source_directory.

Returns:

  • (::String)


87
88
89
# File 'sig/types.rbs', line 87

def source_directory
  @source_directory
end