Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GetRoleResponse

import type { GetRoleResponse } from "https://aws-api.deno.dev/v0.4/services/iam.ts?docs=full";

Contains the response to a successful "GetRole" request.

interface GetRoleResponse {
Role: Role;
}

§Properties

§
Role: Role
[src]

A structure containing details about the IAM role.