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

AwsIamInstanceProfileRole

import type { AwsIamInstanceProfileRole } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/securityhub.ts";
interface AwsIamInstanceProfileRole {
Arn?: string | null;
AssumeRolePolicyDocument?: string | null;
CreateDate?: string | null;
Path?: string | null;
RoleId?: string | null;
RoleName?: string | null;
}

§Properties

§
Arn?: string | null
[src]
§
AssumeRolePolicyDocument?: string | null
[src]
§
CreateDate?: string | null
[src]
§
Path?: string | null
[src]
§
RoleId?: string | null
[src]
§
RoleName?: string | null
[src]