Class: Aws::Pinpoint::Types::GetGcmChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetGcmChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#gcm_channel_response ⇒ Types::GCMChannelResponse
Google Cloud Messaging channel definition.
Instance Attribute Details
#gcm_channel_response ⇒ Types::GCMChannelResponse
Google Cloud Messaging channel definition
2777 2778 2779 2780 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2777 class GetGcmChannelResponse < Struct.new( :gcm_channel_response) include Aws::Structure end |