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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Note:

When making an API call, you may pass UpdateApnsChannelRequest data as a hash:

{
  apns_channel_request: { # required
    certificate: "__string",
    enabled: false,
    private_key: "__string",
  },
  application_id: "__string", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#apns_channel_requestTypes::APNSChannelRequest

Apple Push Notification Service channel definition.



4395
4396
4397
4398
4399
# File 'lib/aws-sdk-pinpoint/types.rb', line 4395

class UpdateApnsChannelRequest < Struct.new(
  :apns_channel_request,
  :application_id)
  include Aws::Structure
end

#application_idString

Returns:

  • (String)


4395
4396
4397
4398
4399
# File 'lib/aws-sdk-pinpoint/types.rb', line 4395

class UpdateApnsChannelRequest < Struct.new(
  :apns_channel_request,
  :application_id)
  include Aws::Structure
end