Class: Aws::Types::UpdateCodeRepositoryInput
- Inherits:
-
Object
- Object
- Aws::Types::UpdateCodeRepositoryInput
- 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::GitConfigForUpdate
Returns the value of attribute git_config.
Instance Attribute Details
#code_repository_name ⇒ ::String
Returns the value of attribute code_repository_name.
11974 11975 11976 |
# File 'sig/types.rbs', line 11974 def code_repository_name @code_repository_name end |
#git_config ⇒ Types::GitConfigForUpdate
Returns the value of attribute git_config.
11975 11976 11977 |
# File 'sig/types.rbs', line 11975 def git_config @git_config end |