Class: Aws::Pinpoint::Types::DeleteGcmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteGcmChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#gcm_channel_response ⇒ Types::GCMChannelResponse
Provides information about the status and settings of the GCM channel for an application.
Instance Attribute Details
#gcm_channel_response ⇒ Types::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.
5054 5055 5056 5057 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 5054 class DeleteGcmChannelResponse < Struct.new( :gcm_channel_response) include Aws::Structure end |