Class: Aws::Pinpoint::Types::GetApnsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Instance Attribute Summary collapse
-
#apns_channel_response ⇒ Types::APNSChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.
Instance Attribute Details
#apns_channel_response ⇒ Types::APNSChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.
7894 7895 7896 7897 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 7894 class GetApnsChannelResponse < Struct.new( :apns_channel_response) include Aws::Structure end |