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

Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.



7894
7895
7896
7897
# File 'lib/aws-sdk-pinpoint/types.rb', line 7894

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