Class: Aws::Pinpoint::Types::UpdateApnsVoipChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/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.
12385 12386 12387 12388 12389 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12385 class UpdateApnsVoipChannelResponse < Struct.new( :apns_voip_channel_response) SENSITIVE = [] include Aws::Structure end |