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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apns_voip_channel_responseTypes::APNSVoipChannelResponse

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.



3544
3545
3546
3547
3548
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3544

class DeleteApnsVoipChannelResponse < Struct.new(
  :apns_voip_channel_response)
  SENSITIVE = []
  include Aws::Structure
end