Class GetEndpointAttributesRequest
- Namespace
- Amazon.SimpleNotificationService.Model
- Assembly
- AWSSDK.SimpleNotificationService.dll
Container for the parameters to the GetEndpointAttributes operation. Retrieves the endpoint attributes for a device on one of the supported push notification services, such as GCM (Firebase Cloud Messaging) and APNS. For more information, see Using Amazon SNS Mobile Push Notifications.
public class GetEndpointAttributesRequest : AmazonSimpleNotificationServiceRequest
- Inheritance
-
GetEndpointAttributesRequest
Constructors
GetEndpointAttributesRequest()
public GetEndpointAttributesRequest()
Properties
EndpointArn
Gets and sets the property EndpointArn.
EndpointArn for GetEndpointAttributes input.
public string EndpointArn { get; set; }