- Navigation Guide
@aws-sdk/client-pinpoint
GetPushTemplateCommandOutput Interface
The output of GetPushTemplateCommand.
Members
Name | Type | Details |
---|---|---|
$metadata Required | ResponseMetadata | Metadata pertaining to this request. |
PushNotificationTemplateResponse Required | PushNotificationTemplateResponse | undefined | Provides information about the content and settings for a message template that can be used in messages that are sent through a push notification channel. |
Full Signature
export interface GetPushTemplateCommandOutput extends GetPushTemplateResponse, MetadataBearer