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.