Class: Aws::Pinpoint::Types::UpdateApnsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
12324 12325 12326 12327 12328 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12324 class UpdateApnsChannelResponse < Struct.new( :apns_channel_response) SENSITIVE = [] include Aws::Structure end |