Class: Aws::SNS::Types::DeleteEndpointInput
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SNS::Types::DeleteEndpointInput
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sns/types.rb
 
Overview
Input for ‘DeleteEndpoint` action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
‘EndpointArn` of endpoint to delete.
 
Instance Attribute Details
#endpoint_arn ⇒ String
‘EndpointArn` of endpoint to delete.
      470 471 472 473 474  | 
    
      # File 'lib/aws-sdk-sns/types.rb', line 470 class DeleteEndpointInput < Struct.new( :endpoint_arn) SENSITIVE = [] include Aws::Structure end  |