Class: Aws::Pinpoint::Types::DeleteApnsVoipChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsVoipChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_voip_channel_response ⇒ Types::APNSVoipChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
Instance Attribute Details
#apns_voip_channel_response ⇒ Types::APNSVoipChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
3554 3555 3556 3557 3558 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3554 class DeleteApnsVoipChannelResponse < Struct.new( :apns_voip_channel_response) SENSITIVE = [] include Aws::Structure end |