Class: Aws::IoTAnalytics::Types::DeviceRegistryEnrichActivity
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::DeviceRegistryEnrichActivity
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
An activity that adds data from the IoT device registry to your 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 ‘deviceRegistryEnrich` activity.
-
#next ⇒ String
The next activity in the pipeline.
-
#role_arn ⇒ String
The ARN of the role that allows access to the device’s registry information.
-
#thing_name ⇒ String
The name of the IoT device whose registry information is added to the message.
Instance Attribute Details
#attribute ⇒ String
The name of the attribute that is added to the message.
1648 1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1648 class DeviceRegistryEnrichActivity < Struct.new( :name, :attribute, :thing_name, :role_arn, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the ‘deviceRegistryEnrich` activity.
1648 1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1648 class DeviceRegistryEnrichActivity < Struct.new( :name, :attribute, :thing_name, :role_arn, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ String
The next activity in the pipeline.
1648 1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1648 class DeviceRegistryEnrichActivity < 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 registry information.
1648 1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1648 class DeviceRegistryEnrichActivity < Struct.new( :name, :attribute, :thing_name, :role_arn, :next) SENSITIVE = [] include Aws::Structure end |
#thing_name ⇒ String
The name of the IoT device whose registry information is added to the message.
1648 1649 1650 1651 1652 1653 1654 1655 1656 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 1648 class DeviceRegistryEnrichActivity < Struct.new( :name, :attribute, :thing_name, :role_arn, :next) SENSITIVE = [] include Aws::Structure end |