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.



2679
2680
2681
2682
# File 'lib/aws-sdk-pinpoint/types.rb', line 2679

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