Class: Aws::LookoutEquipment::Types::StopInferenceSchedulerRequest

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 stopped.

Returns:

  • (String)


4145
4146
4147
4148
4149
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4145

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