Amazon IoT Greengrass · JSON Structure

Iot Greengrass Disassociate Service Role From Account Response Structure

DisassociateServiceRoleFromAccountResponse schema

Type: object Properties: 1
Edge ComputingIoTLambdaMachine LearningReal-Time Processing

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

Properties

disassociatedAt

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-iot-greengrass/refs/heads/main/json-structure/iot-greengrass-disassociate-service-role-from-account-response-structure.json",
  "name": "DisassociateServiceRoleFromAccountResponse",
  "description": "DisassociateServiceRoleFromAccountResponse schema",
  "type": "object",
  "properties": {
    "disassociatedAt": {
      "allOf": [
        {
          "$ref": "#/components/schemas/String"
        },
        {
          "xml": {
            "name": "DisassociatedAt"
          },
          "description": "The time when the service role was disassociated from IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region."
        }
      ]
    }
  }
}