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

GetPolicyResponse

import type { GetPolicyResponse } from "https://aws-api.deno.dev/v0.3/services/iot.ts?docs=full";

The output from the GetPolicy operation.

interface GetPolicyResponse {
creationDate?: Date | number | null;
defaultVersionId?: string | null;
generationId?: string | null;
lastModifiedDate?: Date | number | null;
policyArn?: string | null;
policyDocument?: string | null;
policyName?: string | null;
}

§Properties

§
creationDate?: Date | number | null
[src]

The date the policy was created.

§
defaultVersionId?: string | null
[src]

The default policy version ID.

§
generationId?: string | null
[src]

The generation ID of the policy.

§
lastModifiedDate?: Date | number | null
[src]

The date the policy was last modified.

§
policyArn?: string | null
[src]

The policy ARN.

§
policyDocument?: string | null
[src]

The JSON document that describes the policy.

§
policyName?: string | null
[src]

The policy name.