Class: Aws::LookoutEquipment::Types::StartInferenceSchedulerRequest

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

Returns:

  • (String)


4064
4065
4066
4067
4068
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 4064

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