Class: Aws::Pinpoint::Types::DeleteAdmChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#adm_channel_responseTypes::ADMChannelResponse

Amazon Device Messaging channel definition.



2595
2596
2597
2598
# File 'lib/aws-sdk-pinpoint/types.rb', line 2595

class DeleteAdmChannelResponse < Struct.new(
  :adm_channel_response)
  include Aws::Structure
end