ListTagsForResourceResponse

Response with resource tags

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Properties

Name Type Description
tags object Tags on the resource
View JSON Schema on GitHub

JSON Schema

application-migration-service-list-tags-for-resource-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-list-tags-for-resource-response-schema.json",
  "title": "ListTagsForResourceResponse",
  "description": "Response with resource tags",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "description": "Tags on the resource"
    }
  }
}