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

GetSMSAttributesResponse

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

The response from the GetSMSAttributes request.

interface GetSMSAttributesResponse {
attributes: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
attributes: {
[key: string]: string | null | undefined;
}
[src]

The SMS attribute names and their values.