Class: Aws::Pinpoint::Types::GetApnsChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsChannelResponse
- 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.
2399 2400 2401 2402 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 2399 class GetApnsChannelResponse < Struct.new( :apns_channel_response) include Aws::Structure end |