Class: Aws::IoTEventsData::Types::DetectorStateSummary

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb

Overview

Information about the detector state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#state_nameString

The name of the state.

Returns:

  • (String)


758
759
760
761
762
# File 'gems/aws-sdk-ioteventsdata/lib/aws-sdk-ioteventsdata/types.rb', line 758

class DetectorStateSummary < Struct.new(
  :state_name)
  SENSITIVE = []
  include Aws::Structure
end