Class: Aws::Pinpoint::Types::GetApnsVoipChannelResponse

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.



5122
5123
5124
5125
# File 'lib/aws-sdk-pinpoint/types.rb', line 5122

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