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)


2033
2034
2035
# File 'sig/types.rbs', line 2033

def code_repository_name
  @code_repository_name
end

#git_configTypes::GitConfig

Returns the value of attribute git_config.

Returns:



2034
2035
2036
# File 'sig/types.rbs', line 2034

def git_config
  @git_config
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2035
2036
2037
# File 'sig/types.rbs', line 2035

def tags
  @tags
end