Class: Aws::Comprehend::Types::DeleteEndpointRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DeleteEndpointRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
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 |