Class: Aws::Pinpoint::Types::UpdateApnsVoipChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsVoipChannelRequest
- Defined in:
- gems/aws-sdk-pinpoint/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.
11788 11789 11790 11791 11792 11793 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11788 class UpdateApnsVoipChannelRequest < Struct.new( :apns_voip_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
11788 11789 11790 11791 11792 11793 |
# File 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 11788 class UpdateApnsVoipChannelRequest < Struct.new( :apns_voip_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |