Class: Aws::Pinpoint::Types::GetApnsVoipSandboxChannelResponse

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.



5150
5151
5152
5153
# File 'lib/aws-sdk-pinpoint/types.rb', line 5150

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