Class: Aws::Comprehend::Types::DeleteEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_arnString

The Amazon Resource Number (ARN) of the endpoint being deleted.

Returns:

  • (String)


1831
1832
1833
1834
1835
# File 'lib/aws-sdk-comprehend/types.rb', line 1831

class DeleteEndpointRequest < Struct.new(
  :endpoint_arn)
  SENSITIVE = []
  include Aws::Structure
end