Class: Aws::IoT::Types::Mqtt5Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Mqtt5Configuration
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The configuration to add user-defined properties to enrich MQTT 5 messages.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#propagating_attributes ⇒ Array<Types::PropagatingAttribute>
An object that represents the propagating thing attributes and the connection attributes.
Instance Attribute Details
#propagating_attributes ⇒ Array<Types::PropagatingAttribute>
An object that represents the propagating thing attributes and the connection attributes.
13222 13223 13224 13225 13226 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13222 class Mqtt5Configuration < Struct.new( :propagating_attributes) SENSITIVE = [] include Aws::Structure end |