class Aws::CognitoSync::Types::RegisterDeviceRequest
A request to RegisterDevice.
@note When making an API call, you may pass RegisterDeviceRequest
data as a hash: { identity_pool_id: "IdentityPoolId", # required identity_id: "IdentityId", # required platform: "APNS", # required, accepts APNS, APNS_SANDBOX, GCM, ADM token: "PushToken", # required }
@!attribute [rw] identity_pool_id
A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to. @return [String]
@!attribute [rw] identity_id
The unique ID for this identity. @return [String]
@!attribute [rw] platform
The SNS platform type (e.g. GCM, SDM, APNS, APNS\_SANDBOX). @return [String]
@!attribute [rw] token
The push token. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/cognito-sync-2014-06-30/RegisterDeviceRequest AWS API Documentation
Constants
- SENSITIVE