Class: Aws::Pinpoint::Types::DeleteApnsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::DeleteApnsChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Instance Attribute Summary collapse
-
#apns_channel_response ⇒ Types::APNSChannelResponse
Apple Distribution Push Notification Service channel definition.
Instance Attribute Details
#apns_channel_response ⇒ Types::APNSChannelResponse
Apple Distribution Push Notification Service channel definition.
1201 1202 1203 1204 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 1201 class DeleteApnsChannelResponse < Struct.new( :apns_channel_response) include Aws::Structure end |