Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelResponse
- Defined in:
- gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_voip_sandbox_channel_response ⇒ Types::APNSVoipSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
Instance Attribute Details
#apns_voip_sandbox_channel_response ⇒ Types::APNSVoipSandboxChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
12417 12418 12419 12420 12421 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12417 class UpdateApnsVoipSandboxChannelResponse < Struct.new( :apns_voip_sandbox_channel_response) SENSITIVE = [] include Aws::Structure end |