Class: Aws::Types::UpdateCodeRepositoryInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code_repository_name::String

Returns the value of attribute code_repository_name.

Returns:

  • (::String)


11974
11975
11976
# File 'sig/types.rbs', line 11974

def code_repository_name
  @code_repository_name
end

#git_configTypes::GitConfigForUpdate

Returns the value of attribute git_config.



11975
11976
11977
# File 'sig/types.rbs', line 11975

def git_config
  @git_config
end