Class: Aws::IoT::Types::PropagatingAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PropagatingAttribute
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
An object that represents the connection attribute, thing attribute, and the user property key.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#connection_attribute ⇒ String
The attribute associated with the connection between a device and Amazon Web Services IoT Core.
-
#thing_attribute ⇒ String
The user-defined thing attribute that is propagating for MQTT 5 message enrichment.
-
#user_property_key ⇒ String
The key of the user property key-value pair.
Instance Attribute Details
#connection_attribute ⇒ String
The attribute associated with the connection between a device and Amazon Web Services IoT Core.
13849 13850 13851 13852 13853 13854 13855 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849 class PropagatingAttribute < Struct.new( :user_property_key, :thing_attribute, :connection_attribute) SENSITIVE = [] include Aws::Structure end |
#thing_attribute ⇒ String
The user-defined thing attribute that is propagating for MQTT 5 message enrichment.
13849 13850 13851 13852 13853 13854 13855 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849 class PropagatingAttribute < Struct.new( :user_property_key, :thing_attribute, :connection_attribute) SENSITIVE = [] include Aws::Structure end |
#user_property_key ⇒ String
The key of the user property key-value pair.
13849 13850 13851 13852 13853 13854 13855 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849 class PropagatingAttribute < Struct.new( :user_property_key, :thing_attribute, :connection_attribute) SENSITIVE = [] include Aws::Structure end |