Class: Aws::IoT::Types::PropagatingAttribute
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::PropagatingAttribute
- Includes:
- Structure
- Defined in:
- 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.
13152 13153 13154 13155 13156 13157 13158 |
# File 'lib/aws-sdk-iot/types.rb', line 13152 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.
13152 13153 13154 13155 13156 13157 13158 |
# File 'lib/aws-sdk-iot/types.rb', line 13152 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.
13152 13153 13154 13155 13156 13157 13158 |
# File 'lib/aws-sdk-iot/types.rb', line 13152 class PropagatingAttribute < Struct.new( :user_property_key, :thing_attribute, :connection_attribute) SENSITIVE = [] include Aws::Structure end |