sns_get_endpoint_attributes: Retrieves the endpoint attributes for a device on one of the supported
push notification services, such as GCM (Firebase Cloud Messaging) and
APNS
Description
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.
Usage
sns_get_endpoint_attributes(EndpointArn)
Arguments
EndpointArn
[required] EndpointArn for GetEndpointAttributes input.
Value
A list with the following syntax:
list(
Attributes = list(
"string"
)
)
Request syntax
svc$get_endpoint_attributes(
EndpointArn = "string"
)