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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#baidu_channel_responseTypes::BaiduChannelResponse

Baidu Cloud Messaging channel definition



2439
2440
2441
2442
# File 'lib/aws-sdk-pinpoint/types.rb', line 2439

class DeleteBaiduChannelResponse < Struct.new(
  :baidu_channel_response)
  include Aws::Structure
end