Class: Aws::Pinpoint::Types::DeleteApnsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsChannelResponse
- Includes:
- Structure
- Defined in:
- 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.
3505 3506 3507 3508 3509 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 3505 class DeleteApnsChannelResponse < Struct.new( :apns_channel_response) SENSITIVE = [] include Aws::Structure end |