Class: Aws::Neptunedata::Types::DeleteMLEndpointOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::DeleteMLEndpointOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the cancellation.
Instance Attribute Details
#status ⇒ String
The status of the cancellation.
572 573 574 575 576 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 572 class DeleteMLEndpointOutput < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |