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.
      12311 12312 12313 12314 12315 12316  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12311 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end  | 
  
#application_id ⇒ String
      12311 12312 12313 12314 12315 12316  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12311 class UpdateApnsChannelRequest < Struct.new( :apns_channel_request, :application_id) SENSITIVE = [] include Aws::Structure end  |