Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Pinpoint::Types::APNSChannelRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When 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 collapse

Instance Attribute Details

#bundle_idString

The bundle identifier that\'s assigned to your iOS app. This identifier is used for APNs tokens.

Returns:

  • (String)

    The bundle identifier that\'s assigned to your iOS app.

#certificateString

The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.

Returns:

  • (String)

    The APNs client certificate that you received from Apple, if you want Amazon Pinpoint to communicate with APNs by using an APNs certificate.

#default_authentication_methodString

The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.

Returns:

  • (String)

    The default authentication method that you want Amazon Pinpoint to use when authenticating with APNs, key or certificate.

#enabledBoolean

Specifies whether to enable the APNs channel for the application.

Returns:

  • (Boolean)

    Specifies whether to enable the APNs channel for the application.

#private_keyString

The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.

Returns:

  • (String)

    The private key for the APNs client certificate that you want Amazon Pinpoint to use to communicate with APNs.

#team_idString

The identifier that\'s assigned to your Apple developer account team. This identifier is used for APNs tokens.

Returns:

  • (String)

    The identifier that\'s assigned to your Apple developer account team.

#token_keyString

The authentication key to use for APNs tokens.

Returns:

  • (String)

    The authentication key to use for APNs tokens.

#token_key_idString

The key identifier that\'s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.

Returns:

  • (String)

    The key identifier that\'s assigned to your APNs signing key, if you want Amazon Pinpoint to communicate with APNs by using APNs tokens.