Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
- #application_id ⇒ String
Instance Attribute Details
#apns_voip_sandbox_channel_request ⇒ Types::APNSVoipSandboxChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP sandbox channel for an application.
12401 12402 12403 12404 12405 12406 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12401 class UpdateApnsVoipSandboxChannelRequest < Struct.new( :apns_voip_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12401 12402 12403 12404 12405 12406 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12401 class UpdateApnsVoipSandboxChannelRequest < Struct.new( :apns_voip_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |