GetEndpointAttributesResponse Class

.NET Framework 4.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...
Returns information about the GetEndpointAttributes response and response metadata.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.SimpleNotificationService.Model.GetEndpointAttributesResult
      Amazon.SimpleNotificationService.Model.GetEndpointAttributesResponse

Namespace: Amazon.SimpleNotificationService.Model
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public class GetEndpointAttributesResponse : GetEndpointAttributesResult

The GetEndpointAttributesResponse type exposes the following members

Constructors

  Name Description
Public Method GetEndpointAttributesResponse()

Properties

  Name Description
Public Property Attributes Attributes include the following:
  • 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.
  • 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.
  • 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.
Public Property ContentLength Returns the content length of the HTTP response.
Public Property GetEndpointAttributesResult Gets and sets the GetEndpointAttributesResult property. Response from GetEndpointAttributes of the EndpointArn.
Public Property HttpStatusCode Returns the status code of the HTTP response.
Public Property ResponseMetadata Contains additional information about the request, such as the Request Id.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8

.NET for Windows Phone:
Supported in: Window Phone 8