Class: Aws::SageMaker::Types::DeleteEndpointConfigInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteEndpointConfigInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#endpoint_config_name ⇒ String
The name of the endpoint configuration that you want to delete.
Instance Attribute Details
#endpoint_config_name ⇒ String
The name of the endpoint configuration that you want to delete.
11983 11984 11985 11986 11987 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11983 class DeleteEndpointConfigInput < Struct.new( :endpoint_config_name) SENSITIVE = [] include Aws::Structure end |