Class: Aws::Pinpoint::Types::GetGcmChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#gcm_channel_responseTypes::GCMChannelResponse

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



8682
8683
8684
8685
# File 'lib/aws-sdk-pinpoint/types.rb', line 8682

class GetGcmChannelResponse < Struct.new(
  :gcm_channel_response)
  include Aws::Structure
end