Class: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
An activity that adds information from the IoT Device Shadow service to a message.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attribute ⇒ String
The name of the attribute that is added to the message.
-
#name ⇒ String
The name of the ‘deviceShadowEnrich` activity.
-
#next ⇒ String
The next activity in the pipeline.
-
#role_arn ⇒ String
The ARN of the role that allows access to the device’s shadow.
-
#thing_name ⇒ String
The name of the IoT device whose shadow information is added to the message.
Instance Attribute Details
#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 |
#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 |
#next ⇒ String
The next activity in the pipeline.
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 |
#role_arn ⇒ String
The ARN of the role that allows access to the device’s shadow.
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 |
#thing_name ⇒ String
The name of the IoT device whose shadow information 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 |