Class: Aws::Pinpoint::Types::GetApnsChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetApnsChannelResponse
 
 
- 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.
      6073 6074 6075 6076 6077  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6073 class GetApnsChannelResponse < Struct.new( :apns_channel_response) SENSITIVE = [] include Aws::Structure end  |