{ "$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-get-service-role-for-account-response-structure.json", "name": "GetServiceRoleForAccountResponse", "description": "GetServiceRoleForAccountResponse schema", "type": "object", "properties": { "associatedAt": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "AssociatedAt" }, "description": "The time when the service role was associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region." } ] }, "roleArn": { "allOf": [ { "$ref": "#/components/schemas/String" }, { "xml": { "name": "RoleArn" }, "description": "The ARN of the service role that is associated with IoT Greengrass for your Amazon Web Services account in this Amazon Web Services Region." } ] } } }