Class: Aws::Neptunedata::Types::DeleteMLEndpointOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the cancellation.

Returns:

  • (String)


572
573
574
575
576
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 572

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