Class: Aws::IoTFleetWise::Types::ConditionBasedSignalFetchConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ConditionBasedSignalFetchConfig
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
Specifies the condition under which a signal fetch occurs.
Constant Summary collapse
- SENSITIVE =
[:condition_expression]
Instance Attribute Summary collapse
-
#condition_expression ⇒ String
The condition that must be satisfied to trigger a signal fetch.
-
#trigger_mode ⇒ String
Indicates the mode in which the signal fetch is triggered.
Instance Attribute Details
#condition_expression ⇒ String
The condition that must be satisfied to trigger a signal fetch.
532 533 534 535 536 537 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 532 class ConditionBasedSignalFetchConfig < Struct.new( :condition_expression, :trigger_mode) SENSITIVE = [:condition_expression] include Aws::Structure end |
#trigger_mode ⇒ String
Indicates the mode in which the signal fetch is triggered.
532 533 534 535 536 537 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 532 class ConditionBasedSignalFetchConfig < Struct.new( :condition_expression, :trigger_mode) SENSITIVE = [:condition_expression] include Aws::Structure end |