Amazon CodeDeploy · Schema

ListGitHubAccountTokenNamesInput

Represents the input of a ListGitHubAccountTokenNames operation.

AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

Properties

Name Type Description
nextToken object
View JSON Schema on GitHub

JSON Schema

amazon-codedeploy-list-git-hub-account-token-names-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-schema/amazon-codedeploy-list-git-hub-account-token-names-input-schema.json",
  "title": "ListGitHubAccountTokenNamesInput",
  "description": "Represents the input of a <code>ListGitHubAccountTokenNames</code> operation.",
  "type": "object",
  "properties": {
    "nextToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NextToken"
        },
        {
          "description": "An identifier returned from the previous <code>ListGitHubAccountTokenNames</code> call. It can be used to return the next set of names in the list. "
        }
      ]
    }
  }
}