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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



12257
12258
12259
12260
12261
12262
# File 'lib/aws-sdk-pinpoint/types.rb', line 12257

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

#application_idString

Returns:

  • (String)


12257
12258
12259
12260
12261
12262
# File 'lib/aws-sdk-pinpoint/types.rb', line 12257

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