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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


773
774
775
776
777
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 773

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