Class: Aws::Pinpoint::Types::GetApnsChannelResponse

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-pinpoint/types.rb

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#apns_channel_responseTypes::APNSChannelResponse

Apple Distribution Push Notification Service channel definition.



5066
5067
5068
5069
# File 'lib/aws-sdk-pinpoint/types.rb', line 5066

class GetApnsChannelResponse < Struct.new(
  :apns_channel_response)
  include Aws::Structure
end