Class: Aws::Pinpoint::Types::DeleteBaiduChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



3626
3627
3628
3629
3630
# File 'lib/aws-sdk-pinpoint/types.rb', line 3626

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