Class: Aws::IoT::Types::Mqtt5Configuration

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#propagating_attributesArray<Types::PropagatingAttribute>

An object that represents the propagating thing attributes and the connection attributes.

Returns:



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