Method: Aws::IoT::Types::PropagatingAttribute#thing_attribute
- Defined in:
- lib/aws-sdk-iot/types.rb
#thing_attribute ⇒ String
The user-defined thing attribute that is propagating for MQTT 5 message enrichment.
14185 14186 14187 14188 14189 14190 14191 |
# File 'lib/aws-sdk-iot/types.rb', line 14185 class PropagatingAttribute < Struct.new( :user_property_key, :thing_attribute, :connection_attribute) SENSITIVE = [] include Aws::Structure end |