You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::IoTAnalytics::Types::DeviceRegistryEnrichActivity

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing DeviceRegistryEnrichActivity 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 data from the AWS IoT device registry to your 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 deviceRegistryEnrich activity.

Returns:

  • (String)

    The name of the deviceRegistryEnrich 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 registry information.

Returns:

  • (String)

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

#thing_nameString

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

Returns:

  • (String)

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