Class: Aws::Pinpoint::Types::DeleteApnsVoipSandboxChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apns_voip_sandbox_channel_responseTypes::APNSVoipSandboxChannelResponse

Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.



3569
3570
3571
3572
3573
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 3569

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