Class: Aws::Pinpoint::Types::UpdateApnsChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::UpdateApnsChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #apns_channel_response  ⇒ Types::APNSChannelResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.
 
Instance Attribute Details
#apns_channel_response ⇒ Types::APNSChannelResponse
Provides information about the status and settings of the APNs (Apple Push Notification service) channel for an application.
      12325 12326 12327 12328 12329  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12325 class UpdateApnsChannelResponse < Struct.new( :apns_channel_response) SENSITIVE = [] include Aws::Structure end  |