Class: Aws::Types::CreateCodeRepositoryInput

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)


2018
2019
2020
# File 'sig/types.rbs', line 2018

def code_repository_name
  @code_repository_name
end

#git_configTypes::GitConfig

Returns the value of attribute git_config.

Returns:



2019
2020
2021
# File 'sig/types.rbs', line 2019

def git_config
  @git_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2020
2021
2022
# File 'sig/types.rbs', line 2020

def tags
  @tags
end