You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity
- Defined in:
- (unknown)
Overview
When passing DeviceShadowEnrichActivity as input to an Aws::Client method, you can use a vanilla Hash:
{
name: "ActivityName", # required
attribute: "AttributeName", # required
thing_name: "AttributeName", # required
role_arn: "RoleArn", # required
next: "ActivityName",
}
An activity that adds information from the AWS IoT Device Shadow service to a message.
Returned by:
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.
#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.