Class: Aws::Pinpoint::Types::UpdateGcmChannelResponse

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

Google Cloud Messaging channel definition



7698
7699
7700
7701
# File 'lib/aws-sdk-pinpoint/types.rb', line 7698

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