DescribeRoleAliasResponse

DescribeRoleAliasResponse schema

Device ManagementFleet ManagementIoTOTA Updates

Properties

Name Type Description
roleAliasDescription object
View JSON Schema on GitHub

JSON Schema

iot-device-management-describe-role-alias-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-device-management/refs/heads/main/json-schema/iot-device-management-describe-role-alias-response-schema.json",
  "title": "DescribeRoleAliasResponse",
  "description": "DescribeRoleAliasResponse schema",
  "type": "object",
  "properties": {
    "roleAliasDescription": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleAliasDescription"
        },
        {
          "description": "The role alias description."
        }
      ]
    }
  }
}