Class: Aws::Pinpoint::Types::DeleteGcmChannelResponse

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



2913
2914
2915
2916
# File 'lib/aws-sdk-pinpoint/types.rb', line 2913

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