Class: Aws::IoT::Types::PropagatingAttribute

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

Instance Attribute Details

#connection_attributeString

The attribute associated with the connection between a device and Amazon Web Services IoT Core.

Returns:

  • (String)


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_attributeString

The user-defined thing attribute that is propagating for MQTT 5 message enrichment.

Returns:

  • (String)


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_keyString

The key of the user property key-value pair.

Returns:

  • (String)


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