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

GetSMSAttributesInput

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

The input for the GetSMSAttributes request.

interface GetSMSAttributesInput {
attributes?: string[] | null;
}

§Properties

§
attributes?: string[] | null
[src]

A list of the individual attribute names, such as MonthlySpendLimit, for which you want values.

For all attribute names, see SetSMSAttributes.

If you don't use this parameter, Amazon SNS returns all SMS attributes.