Amazon CodeDeploy · JSON Structure

Amazon Codedeploy List Git Hub Account Token Names Input Structure

Represents the input of a ListGitHubAccountTokenNames operation.

Type: object Properties: 1
AmazonDeploymentDevOpsCI/CDRelease ManagementBlue/Green Deployment

ListGitHubAccountTokenNamesInput is a JSON Structure definition published by Amazon CodeDeploy, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextToken

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-codedeploy/refs/heads/main/json-structure/amazon-codedeploy-list-git-hub-account-token-names-input-structure.json",
  "name": "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. "
        }
      ]
    }
  }
}