You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Pinpoint::Types::APNSChannelRequestWhen passing APNSChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
bundle_id: "__string",
certificate: "__string",
default_authentication_method: "__string",
enabled: false,
private_key: "__string",
team_id: "__string",
token_key: "__string",
token_key_id: "__string",
}
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
Returned by:
Instance Attribute Summary collapseThe bundle identifier that\'s assigned to your iOS app.
The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.
Specifies whether to enable the APNs channel for the application.
The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
The identifier that\'s assigned to your Apple developer account team.
The authentication key to use for APNs tokens.
The key identifier that\'s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
The bundle identifier that\'s assigned to your iOS app. This identifier is used for APNs tokens.
#certificate ⇒ StringThe APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.
#default_authentication_method ⇒ StringThe default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.
#enabled ⇒ BooleanSpecifies whether to enable the APNs channel for the application.
#private_key ⇒ StringThe private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.
#team_id ⇒ StringThe identifier that\'s assigned to your Apple developer account team. This identifier is used for APNs tokens.
#token_key ⇒ StringThe authentication key to use for APNs tokens.
#token_key_id ⇒ StringThe key identifier that\'s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4