Class: Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pinpoint/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#apns_channel_request ⇒ Types::APNSChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
- #application_id ⇒ String
Instance Attribute Details
#apns_channel_request ⇒ Types::APNSChannelRequest
Specifies the status and settings of the APNs (Apple Push Notification service) channel for an application.
12310 12311 12312 12313 12314 12315 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12310 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
12310 12311 12312 12313 12314 12315 |
# File 'lib/aws-sdk-pinpoint/types.rb', line 12310 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |