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;
}