Class: Aws::Pinpoint::Types::UpdateBaiduChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#baidu_channel_responseTypes::BaiduChannelResponse

Baidu Cloud Messaging channel definition



9506
9507
9508
9509
# File 'lib/aws-sdk-pinpoint/types.rb', line 9506

class UpdateBaiduChannelResponse < Struct.new(
  :baidu_channel_response)
  include Aws::Structure
end