Class: Aws::IoTEventsData::Types::DetectorStateSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTEventsData::Types::DetectorStateSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ioteventsdata/types.rb
Overview
Information about the detector state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#state_name ⇒ String
The name of the state.
Instance Attribute Details
#state_name ⇒ String
The name of the state.
840 841 842 843 844 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 840 class DetectorStateSummary < Struct.new( :state_name) SENSITIVE = [] include Aws::Structure end |