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
show all
Defined in:
(unknown)

Overview

Note:

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

Instance Attribute Details

#attributeString

The name of the attribute that is added to the message.

Returns:

  • (String)

    The name of the attribute that is added to the message.

#nameString

The name of the deviceShadowEnrich activity.

Returns:

  • (String)

    The name of the deviceShadowEnrich activity.

#nextString

The next activity in the pipeline.

Returns:

  • (String)

    The next activity in the pipeline.

#role_arnString

The ARN of the role that allows access to the device\'s shadow.

Returns:

  • (String)

    The ARN of the role that allows access to the device\'s shadow.

#thing_nameString

The name of the IoT device whose shadow information is added to the message.

Returns:

  • (String)

    The name of the IoT device whose shadow information is added to the message.