Class: Aws::Pinpoint::Types::GetBaiduChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetBaiduChannelResponse
 
 
- 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.
      6291 6292 6293 6294 6295  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6291 class GetBaiduChannelResponse < Struct.new( :baidu_channel_response) SENSITIVE = [] include Aws::Structure end  |