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.
2018 2019 2020 |
# File 'sig/types.rbs', line 2018 def code_repository_name @code_repository_name end |
#git_config ⇒ Types::GitConfig
Returns the value of attribute git_config.
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.
2020 2021 2022 |
# File 'sig/types.rbs', line 2020 def @tags end |