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

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

Instance Attribute Summary collapse

Instance Attribute Details

#gcm_channel_responseTypes::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