Class: Aws::Pinpoint::Types::UpdateApnsVoipChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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.



12386
12387
12388
12389
12390
# File 'lib/aws-sdk-pinpoint/types.rb', line 12386

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