Method: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity#attribute
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
#attribute ⇒ String
The name of the attribute that is added to the message.
1682 1683 1684 1685 1686 1687 1688 1689 1690 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1682 class DeviceShadowEnrichActivity < Struct.new( :name, :attribute, :thing_name, :role_arn, :next) SENSITIVE = [] include Aws::Structure end |