Class: Aws::LookoutEquipment::Types::DeleteInferenceSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DeleteInferenceSchedulerRequest
- Defined in:
- gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_scheduler_name ⇒ String
The name of the inference scheduler to be deleted.
Instance Attribute Details
#inference_scheduler_name ⇒ String
The name of the inference scheduler to be deleted.
773 774 775 776 777 |
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 773 class DeleteInferenceSchedulerRequest < Struct.new( :inference_scheduler_name) SENSITIVE = [] include Aws::Structure end |