List Git Hub Account Token Names
codedeploy_list_git_hub_account_token_names | R Documentation |
Lists the names of stored connections to GitHub accounts¶
Description¶
Lists the names of stored connections to GitHub accounts.
Usage¶
codedeploy_list_git_hub_account_token_names(nextToken)
Arguments¶
nextToken |
An identifier returned from the previous
|
Value¶
A list with the following syntax:
list(
tokenNameList = list(
"string"
),
nextToken = "string"
)
Request syntax¶
svc$list_git_hub_account_token_names(
nextToken = "string"
)