AWS SDK for .NET Documentation
Attributes Property
AmazonAmazon.SimpleNotificationService.ModelSetEndpointAttributesRequestAttributes Did this page help you?   Yes   No    Tell us about it...
Gets or sets the attributes.
Declaration Syntax
C#
public Dictionary<string, string> Attributes { get; set; }
Value
The attributes.
Remarks

A map of the endpoint attributes. Attributes in this map include the following:

  • CopyC#
    CustomUserData
    - arbitrary user data to associate with the endpoint. SNS does not use this data. The data must be in UTF-8 format and less than 2KB.
  • CopyC#
    Enabled
    - flag that enables/disables delivery to the endpoint. Message Processor will set this to false when a notification service indicates to SNS that the endpoint is invalid. Users can set it back to true, typically after updating Token.
  • CopyC#
    Token
    - device token, also referred to as a registration id, for an app and mobile device. This is returned from the notification service when an app and mobile device are registered with the notification service.

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)