Class: Aws::Pinpoint::Types::UpdateBaiduChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateBaiduChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#baidu_channel_response ⇒ Types::BaiduChannelResponse
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Instance Attribute Details
#baidu_channel_response ⇒ Types::BaiduChannelResponse
Provides information about the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
12494 12495 12496 12497 12498 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12494 class UpdateBaiduChannelResponse < Struct.new( :baidu_channel_response) SENSITIVE = [] include Aws::Structure end |