Get Endpoint Attributes
| sns_get_endpoint_attributes | R Documentation | 
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]  | 
Value¶
A list with the following syntax:
list(
  Attributes = list(
    "string"
  )
)
Request syntax¶
svc$get_endpoint_attributes(
  EndpointArn = "string"
)