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

Class: Aws::Pinpoint::Types::UpdateApnsChannelRequest

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

Overview

Note:

When passing UpdateApnsChannelRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  apns_channel_request: { # required
    bundle_id: "__string",
    certificate: "__string",
    default_authentication_method: "__string",
    enabled: false,
    private_key: "__string",
    team_id: "__string",
    token_key: "__string",
    token_key_id: "__string",
  },
  application_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#apns_channel_requestTypes::APNSChannelRequest

Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.

Returns:

  • (Types::APNSChannelRequest)

    Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.

    .

#application_idString

Returns:

  • (String)