Class: Aws::Pinpoint::Types::UpdateBaiduChannelRequest
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::UpdateBaiduChannelRequest
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
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
      12480 12481 12482 12483 12484 12485  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12480 class UpdateBaiduChannelRequest < Struct.new( :application_id, :baidu_channel_request) SENSITIVE = [] include Aws::Structure end  | 
  
#baidu_channel_request ⇒ Types::BaiduChannelRequest
Specifies the status and settings of the Baidu (Baidu Cloud Push) channel for an application.
      12480 12481 12482 12483 12484 12485  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12480 class UpdateBaiduChannelRequest < Struct.new( :application_id, :baidu_channel_request) SENSITIVE = [] include Aws::Structure end  |