Method: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity#name
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
#name ⇒ String
The name of the ‘deviceShadowEnrich` activity.
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 |