roleListType

Contains a list of IAM roles.

This data type is used as a response element in the ListRoles operation.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rolelisttype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/roleListType",
  "title": "roleListType",
  "type": "array",
  "description": "<p>Contains a list of IAM roles.</p> <p>This data type is used as a response element in the <a>ListRoles</a> operation.</p>",
  "items": {
    "$ref": "#/components/schemas/Role"
  }
}