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



10031
10032
10033
10034
# File 'lib/aws-sdk-pinpoint/types.rb', line 10031

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