class Aws::IoTAnalytics::Types::DeviceShadowEnrichActivity

An activity that adds information from the IoT Device Shadow service to a message.

@note When making an API call, you may pass DeviceShadowEnrichActivity

data as a hash:

    {
      name: "ActivityName", # required
      attribute: "AttributeName", # required
      thing_name: "AttributeName", # required
      role_arn: "RoleArn", # required
      next: "ActivityName",
    }

@!attribute [rw] name

The name of the `deviceShadowEnrich` activity.
@return [String]

@!attribute [rw] attribute

The name of the attribute that is added to the message.
@return [String]

@!attribute [rw] thing_name

The name of the IoT device whose shadow information is added to the
message.
@return [String]

@!attribute [rw] role_arn

The ARN of the role that allows access to the device's shadow.
@return [String]

@!attribute [rw] next

The next activity in the pipeline.
@return [String]

Constants

SENSITIVE