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

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

Instance Attribute Details

#propagating_attributesArray<Types::PropagatingAttribute>

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

Returns:



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