Class: Aws::Pinpoint::Types::UpdateAdmChannelResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::UpdateAdmChannelResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #adm_channel_response  ⇒ Types::ADMChannelResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
 
Instance Attribute Details
#adm_channel_response ⇒ Types::ADMChannelResponse
Provides information about the status and settings of the ADM (Amazon Device Messaging) channel for an application.
      12295 12296 12297 12298 12299  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 12295 class UpdateAdmChannelResponse < Struct.new( :adm_channel_response) SENSITIVE = [] include Aws::Structure end  |