Class: Aws::Pinpoint::Types::UpdateBaiduChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateBaiduChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Note:
When making an API call, you may pass UpdateBaiduChannelRequest data as a hash:
{
application_id: "__string", # required
baidu_channel_request: { # required
api_key: "__string", # required
enabled: false,
secret_key: "__string", # required
},
}
Instance Attribute Summary collapse
- #application_id ⇒ String
-
#baidu_channel_request ⇒ Types::BaiduChannelRequest
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
Instance Attribute Details
#application_id ⇒ String
15376 15377 15378 15379 15380 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15376 class UpdateBaiduChannelRequest < Struct.new( :application_id, :baidu_channel_request) include Aws::Structure end |
#baidu_channel_request ⇒ Types::BaiduChannelRequest
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
15376 15377 15378 15379 15380 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15376 class UpdateBaiduChannelRequest < Struct.new( :application_id, :baidu_channel_request) include Aws::Structure end |