Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
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.
15272 15273 15274 15275 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 15272 class UpdateApnsVoipSandboxChannelResponse < Struct.new( :apns_voip_sandbox_channel_response) include Aws::Structure end |