Class: Aws::Pinpoint::Types::GetChannelsResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::GetChannelsResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #channels_response  ⇒ Types::ChannelsResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the general settings and status of all channels for an application, including channels that aren’t enabled for the application.
 
Instance Attribute Details
#channels_response ⇒ Types::ChannelsResponse
Provides information about the general settings and status of all channels for an application, including channels that aren’t enabled for the application.
      6529 6530 6531 6532 6533  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 6529 class GetChannelsResponse < Struct.new( :channels_response) SENSITIVE = [] include Aws::Structure end  |