Class: Aws::Pinpoint::Types::GetApnsVoipChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsVoipChannelResponse
- 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.
6122 6123 6124 6125 6126 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6122 class GetApnsVoipChannelResponse < Struct.new( :apns_voip_channel_response) SENSITIVE = [] include Aws::Structure end |