Class: Aws::Pinpoint::Types::DeleteEndpointResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Pinpoint::Types::DeleteEndpointResponse
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-pinpoint/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_response  ⇒ Types::EndpointResponse 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Provides information about the channel type and other settings for an endpoint.
 
Instance Attribute Details
#endpoint_response ⇒ Types::EndpointResponse
Provides information about the channel type and other settings for an endpoint.
      3733 3734 3735 3736 3737  | 
    
      # File 'lib/aws-sdk-pinpoint/types.rb', line 3733 class DeleteEndpointResponse < Struct.new( :endpoint_response) SENSITIVE = [] include Aws::Structure end  |