Class: Aws::LookoutEquipment::Types::DeleteInferenceSchedulerRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#inference_scheduler_nameString

The name of the inference scheduler to be deleted.

Returns:

  • (String)


804
805
806
807
808
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 804

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