Class: Aws::Pinpoint::Types::GetApnsSandboxChannelResponse

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

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#apns_sandbox_channel_responseTypes::APNSSandboxChannelResponse

Apple Development Push Notification Service channel definition.



5094
5095
5096
5097
# File 'lib/aws-sdk-pinpoint/types.rb', line 5094

class GetApnsSandboxChannelResponse < Struct.new(
  :apns_sandbox_channel_response)
  include Aws::Structure
end