Class: Aws::SageMaker::Types::DeleteEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEndpointInput
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_name ⇒ String
The name of the endpoint that you want to delete.
Instance Attribute Details
#endpoint_name ⇒ String
The name of the endpoint that you want to delete.
11424 11425 11426 11427 11428 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11424 class DeleteEndpointInput < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |