Class: Aws::Pinpoint::Types::UpdateApnsVoipChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_voip_channel_request ⇒ Types::APNSVoipChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
- #application_id ⇒ String
Instance Attribute Details
#apns_voip_channel_request ⇒ Types::APNSVoipChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) VoIP channel for an application.
12371 12372 12373 12374 12375 12376 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12371 class UpdateApnsVoipChannelRequest < Struct.new( :apns_voip_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12371 12372 12373 12374 12375 12376 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12371 class UpdateApnsVoipChannelRequest < Struct.new( :apns_voip_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |