Class: Aws::Pinpoint::Types::UpdateGcmChannelRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#application_idString

Returns:

  • (String)


12090
12091
12092
12093
12094
12095
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12090

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

#gcm_channel_requestTypes::GCMChannelRequest

Specifies the status and settings of the GCM channel for an application. This channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.



12090
12091
12092
12093
12094
12095
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12090

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