Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelResponse

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_sandbox_channel_responseTypes::APNSVoipSandboxChannelResponse

Apple VoIP Developer Push Notification Service channel definition.



7138
7139
7140
7141
# File 'lib/aws-sdk-pinpoint/types.rb', line 7138

class UpdateApnsVoipSandboxChannelResponse < Struct.new(
  :apns_voip_sandbox_channel_response)
  include Aws::Structure
end