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



2763
2764
2765
2766
# File 'lib/aws-sdk-pinpoint/types.rb', line 2763

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