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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

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.



6050
6051
6052
6053
6054
# File 'lib/aws-sdk-pinpoint/types.rb', line 6050

class GetApnsChannelResponse < Struct.new(
  :apns_channel_response)
  SENSITIVE = []
  include Aws::Structure
end