{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ListTagsForResourceOutput",
"title": "ListTagsForResourceOutput",
"type": "object",
"properties": {
"NextToken": {
"allOf": [
{
"$ref": "#/components/schemas/NextToken"
},
{
"description": "If you specify this parameter and the result of a <code>ListTagsForResource</code> call is truncated, the response includes a token that you can use in the next request to fetch the next set of tags. "
}
]
},
"Tags": {
"allOf": [
{
"$ref": "#/components/schemas/ResourceTags"
},
{
"description": "A map of tag keys and values associated with the specified signaling channel."
}
]
}
}
}