Class: Aws::Pinpoint::Types::DeleteApnsVoipSandboxChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#apns_voip_sandbox_channel_responseTypes::APNSVoipSandboxChannelResponse

Apple VoIP Developer Push Notification Service channel definition.



2707
2708
2709
2710
# File 'lib/aws-sdk-pinpoint/types.rb', line 2707

class DeleteApnsVoipSandboxChannelResponse < Struct.new(
  :apns_voip_sandbox_channel_response)
  include Aws::Structure
end