Class: Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipSandboxChannelRequest
- 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_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.
12338 12339 12340 12341 12342 12343 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12338 class UpdateApnsVoipSandboxChannelRequest < Struct.new( :apns_voip_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12338 12339 12340 12341 12342 12343 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12338 class UpdateApnsVoipSandboxChannelRequest < Struct.new( :apns_voip_sandbox_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |