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

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

Returns:

  • (String)


3844
3845
3846
3847
3848
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 3844

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