Class: Aws::IoT::Types::Mqtt5Configuration
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::Mqtt5Configuration
- Includes:
- Structure
- Defined in:
- 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.
12525 12526 12527 12528 12529 |
# File 'lib/aws-sdk-iot/types.rb', line 12525 class Mqtt5Configuration < Struct.new( :propagating_attributes) SENSITIVE = [] include Aws::Structure end |