Class: Aws::SageMaker::Types::DeleteEndpointInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEndpointInput
- Includes:
- Aws::Structure
- Defined in:
- 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.
11240 11241 11242 11243 11244 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11240 class DeleteEndpointInput < Struct.new( :endpoint_name) SENSITIVE = [] include Aws::Structure end |