Class: Aws::Pinpoint::Types::GetGcmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetGcmChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
6586 6587 6588 6589 6590 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6586 class GetGcmChannelResponse < Struct.new( :gcm_channel_response) SENSITIVE = [] include Aws::Structure end |