Class: Aws::LookoutEquipment::Types::DescribeInferenceSchedulerRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::DescribeInferenceSchedulerRequest
- Includes:
- Structure
- Defined in:
- 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 being described.
Instance Attribute Details
#inference_scheduler_name ⇒ String
The name of the inference scheduler being described.
1092 1093 1094 1095 1096 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 1092 class DescribeInferenceSchedulerRequest < Struct.new( :inference_scheduler_name) SENSITIVE = [] include Aws::Structure end |