Class: Aws::Pinpoint::Types::GetApnsVoipSandboxChannelResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::GetApnsVoipSandboxChannelResponse
- Includes:
- Structure
- Defined in:
- 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.
6147 6148 6149 6150 6151 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 6147 class GetApnsVoipSandboxChannelResponse < Struct.new( :apns_voip_sandbox_channel_response) SENSITIVE = [] include Aws::Structure end |