Class: Aws::SageMaker::Types::DeleteEndpointInput

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#endpoint_nameString

The name of the endpoint that you want to delete.

Returns:

  • (String)


10630
10631
10632
10633
10634
# File 'lib/aws-sdk-sagemaker/types.rb', line 10630

class DeleteEndpointInput < Struct.new(
  :endpoint_name)
  SENSITIVE = []
  include Aws::Structure
end