Class: Aws::Pinpoint::Types::GetBaiduChannelResponse

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



5267
5268
5269
5270
# File 'lib/aws-sdk-pinpoint/types.rb', line 5267

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