Class: Aws::Pinpoint::Types::UpdateApnsChannelRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Pinpoint::Types::UpdateApnsChannelRequest
 
- Defined in:
- gems/aws-sdk-pinpoint/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 'gems/aws-sdk-pinpoint/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 'gems/aws-sdk-pinpoint/lib/aws-sdk-pinpoint/types.rb', line 12310 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end |