Class: Aws::LookoutEquipment::Types::MultipleOperatingModes
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::LookoutEquipment::Types::MultipleOperatingModes
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
Entity that comprises information on operating modes in data.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Indicates whether there is a potential data issue related to having multiple operating modes. 
Instance Attribute Details
#status ⇒ String
Indicates whether there is a potential data issue related to having multiple operating modes.
| 3751 3752 3753 3754 3755 | # File 'lib/aws-sdk-lookoutequipment/types.rb', line 3751 class MultipleOperatingModes < Struct.new( :status) SENSITIVE = [] include Aws::Structure end |