Class: Aws::IoTEvents::Types::InputDefinition

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iotevents/types.rb

Overview

The definition of the input.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The attributes from the JSON payload that are made available by the input. Inputs are derived from messages sent to the AWS IoT Events system using ‘BatchPutMessage`. Each such message contains a JSON payload, and those attributes (and their paired values) specified here are available for use in the `condition` expressions used by detectors that monitor this input.

Returns:



1914
1915
1916
1917
1918
# File 'lib/aws-sdk-iotevents/types.rb', line 1914

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