Class: Aws::Pinpoint::Types::DeleteApnsVoipSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsVoipSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_voip_sandbox_channel_response ⇒ Types::APNSVoipSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
Instance Attribute Details
#apns_voip_sandbox_channel_response ⇒ Types::APNSVoipSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
3579 3580 3581 3582 3583 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3579 class DeleteApnsVoipSandboxChannelResponse < Struct.new( :apns_voip_sandbox_channel_response) SENSITIVE = [] include Aws::Structure end |