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

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#apns_sandbox_channel_responseTypes::APNSSandboxChannelResponse

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



6075
6076
6077
6078
6079
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 6075

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