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.
758 759 760 761 762 |
# File 'lib/aws-sdk-ioteventsdata/types.rb', line 758 class DetectorStateSummary < Struct.new( :state_name) SENSITIVE = [] include Aws::Structure end |