ListSourceRepositoryBranchesItem
Information about a branch of a source repository returned in a list of branches.
Contents
- headCommitId
-
The commit ID of the tip of the branch at the time of the request, also known as the head commit.
Type: String
Required: No
- lastUpdatedTime
-
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
. Type: Timestamp
Required: No
- name
-
The name of the branch.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 100.
Required: No
- ref
-
The Git reference name of the branch.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: