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

Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.



8157
8158
8159
8160
# File 'lib/aws-sdk-pinpoint/types.rb', line 8157

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