You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Comprehend::Types::DeleteEndpointRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Comprehend::Types::DeleteEndpointRequest
 
- Defined in:
- (unknown)
Overview
    Note:
    
  
  When passing DeleteEndpointRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
  endpoint_arn: "ComprehendEndpointArn", # required
}
Instance Attribute Summary collapse
- 
  
    
      #endpoint_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Number (ARN) of the endpoint being deleted. 
Instance Attribute Details
#endpoint_arn ⇒ String
The Amazon Resource Number (ARN) of the endpoint being deleted.