Class: Aws::Pinpoint::Types::DeleteApnsVoipChannelResponse

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_channel_responseTypes::APNSVoipChannelResponse

Apple VoIP Push Notification Service channel definition.



2716
2717
2718
2719
# File 'lib/aws-sdk-pinpoint/types.rb', line 2716

class DeleteApnsVoipChannelResponse < Struct.new(
  :apns_voip_channel_response)
  include Aws::Structure
end