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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



12441
12442
12443
12444
12445
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12441

class UpdateBaiduChannelResponse < Struct.new(
  :baidu_channel_response)
  SENSITIVE = []
  include Aws::Structure
end