Class: Aws::Types::CreateCodeRepositoryInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateCodeRepositoryInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
-
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
-
#tags ⇒ ::Array[Types::Tag]
Returns the value of attribute tags.
Instance Attribute Details
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
2033 2034 2035 |
# File 'sig/types.rbs', line 2033 def code_repository_name @code_repository_name end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
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.
2035 2036 2037 |
# File 'sig/types.rbs', line 2035 def @tags end |