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

DescribeIamInstanceProfileAssociationsResult

import type { DescribeIamInstanceProfileAssociationsResult } from "https://aws-api.deno.dev/v0.4/services/ec2.ts?docs=full";
interface DescribeIamInstanceProfileAssociationsResult {
IamInstanceProfileAssociations: IamInstanceProfileAssociation[];
NextToken?: string | null;
}

§Properties

§
IamInstanceProfileAssociations: IamInstanceProfileAssociation[]
[src]

Information about the IAM instance profile associations.

§
NextToken?: string | null
[src]

The token to include in another request to get the next page of items. This value is null when there are no more items to return.