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.



12332
12333
12334
12335
12336
# File 'lib/aws-sdk-pinpoint/types.rb', line 12332

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