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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iot/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)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

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)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

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)


13849
13850
13851
13852
13853
13854
13855
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 13849

class PropagatingAttribute < Struct.new(
  :user_property_key,
  :thing_attribute,
  :connection_attribute)
  SENSITIVE = []
  include Aws::Structure
end