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.
11300 11301 11302 11303 11304 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 11300 class DeleteEndpointConfigInput < Struct.new( :endpoint_config_name) SENSITIVE = [] include Aws::Structure end |